Skip to content
Snippets Groups Projects
Commit b3bbd9d6 authored by Jack Reed's avatar Jack Reed Committed by Chris Beer
Browse files

Make sure concurrent processes being run on npm start get killed off

parent 838e385b
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"build:watch": "webpack --watch --mode=development", "build:watch": "webpack --watch --mode=development",
"prepublishOnly": "npm run clean && npm run build:es && npm run build:cjs && npm run build", "prepublishOnly": "npm run clean && npm run build:es && npm run build:cjs && npm run build",
"size": "bundlewatch --config bundlewatch.config.json", "size": "bundlewatch --config bundlewatch.config.json",
"start": "npm run build:dev && concurrently \"npm run build:watch\" \"npm run server -- -p 4444\"" "start": "npm run build:dev && concurrently -k \"npm:build:watch\" \"npm:server -- -p 4444\""
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"contributors": [ "contributors": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment