grunge-stack
grunge-stack copied to clipboard
Replace `run-p` with `npm-run-all -p-` because the former doesn't kill all process when pressing CTRL+C in windows
Have you experienced this bug with the latest version of the template?
yes
Steps to Reproduce
- run
npx create-remix my-app --template remix-run/grunge-stack
-
cd my-app
- run
pnpm dev
- Try to kill the process pressing CTRL+C
Expected Behavior
On windows, pressing CTRL+C should kill all the processes of the "dev" npm script.
Actual Behavior
On windows, pressing CTRL+C DOESN'T kill all the processes of the "dev" npm script.
It works if I replace the run-p
with npm-run-all -p