include build

This commit is contained in:
Felipe Gasper
2017-11-02 19:03:52 -04:00
parent 280a100c12
commit e262ba473e
+1 -1
View File
@@ -73,7 +73,7 @@
"scripts": {
"prestart": "npm run build",
"start": "node demo/app",
"start-zmodem": "node build/addons/zmodem/demo/app",
"start-zmodem": "npm run build; 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",