sezna / nps

NPM Package Scripts -- All the benefits of npm scripts without the cost of a bloated package.json and limits of json
MIT License
1.43k stars 93 forks source link

Cannot stop running scripts #211

Open scottnath opened 4 years ago

scottnath commented 4 years ago

When a given npm-script triggered by nps is running, I cannot make the script stop until it is complete. Normally (on mac) I trigger a script to stop by using ctrl+c, but this is not currently working.

Is there another way to stop nps-triggered NPM scripts before they are complete?

thanks, Scott