split build scripts into dev and prod

This commit is contained in:
Denys Vuika
2017-11-10 09:57:16 +00:00
parent 950dc48c2c
commit 96ac54bb2b

View File

@@ -5,8 +5,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve --open",
"build": "ng build --prod",
"build:nts": "ng build",
"build": "ng build",
"build:prod": "ng build --prod",
"build:dev": "ng build && node postbuild-dev.js",
"test": "ng test",
"lint": "ng lint",