cleaner syntax for start-zmodem

This commit is contained in:
Felipe Gasper
2017-11-02 19:07:43 -04:00
parent 6cefa13a4e
commit 54f616623a
+2 -1
View File
@@ -73,7 +73,8 @@
"scripts": {
"prestart": "npm run build",
"start": "node demo/app",
"start-zmodem": "npm run build; node build/addons/zmodem/demo/app",
"prestart-zmodem": "npm run build",
"start-zmodem": "node build/addons/zmodem/demo/app",
"dev": "nodemon -e js,ts,css --watch src --watch demo --exec npm start",
"lint": "tslint src/*.ts src/**/*.ts",
"test": "gulp test",