Merge pull request #1489 from nikonso/master

Fix npm start on windows
This commit is contained in:
Daniel Imms
2018-06-03 19:10:16 -07:00
committed by GitHub
+1 -1
View File
@@ -45,7 +45,7 @@
"zmodem.js": "^0.1.5"
},
"scripts": {
"start": "concurrently --kill-others-on-fail --names 'demo,server' 'gulp watch-demo' 'node demo/app'",
"start": "concurrently --kill-others-on-fail --names \"demo,server\" \"gulp watch-demo\" \"node demo/app\"",
"start-zmodem": "node demo/zmodem/app",
"lint": "tslint 'src/**/*.ts'",
"test": "npm-run-all mocha lint",