build: fix a start script

This commit is contained in:
Alexander Zhukov 2017-04-28 15:29:33 +03:00
parent 4fe5c69d8e
commit 50e68f8780

View file

@ -6,7 +6,8 @@
"ng": "ng",
"ngh": "ngh",
"rimraf": "rimraf",
"start": "ng serve --hmr",
"start": "ng serve",
"start:hmr": "ng serve --hmr",
"start:aot": "ng serve --aot",
"build": "npm run clean:dist && ng build",
"build:prod": "npm run build -- --prod",