Skip to content

Commit 75b622f

Browse files
committed
[feat] new script environments
1 parent d6ef610 commit 75b622f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
"build": "run-s build:client build:aot build:server",
99
"build:prod": "run-s build:client:prod build:aot build:server",
1010
"build:client": "ng build --app 0",
11+
"build:client:testing": "ng build -testing --app 0",
12+
"build:client:staging": "ng build -staging --app 0",
1113
"build:client:prod": "ng build -prod --build-optimizer --app 0",
1214
"build:aot": "ng build --aot --app 1",
1315
"build:server": "webpack",
16+
"build:server:prod": "webpack -p",
1417
"test": "npm run test:ng && npm run build && mocha",
1518
"test:ng": "ng test --watch=false",
1619
"test:e2e": "ng e2e",

0 commit comments

Comments
 (0)