Use new script for yarn start

This commit is contained in:
Daniel Imms
2018-09-01 19:48:06 -07:00
parent ca76ebc396
commit 71aa7027bd
2 changed files with 707 additions and 32 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
"zmodem.js": "^0.1.5"
},
"scripts": {
"start": "concurrently --kill-others-on-fail --names \"demo,server\" \"gulp watch-demo\" \"node demo/app\"",
"start": "node demo/start",
"start-zmodem": "node demo/zmodem/app",
"lint": "tslint 'src/**/*.ts'",
"test": "npm-run-all mocha lint",
+706 -31
View File
File diff suppressed because it is too large Load Diff