We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef610 commit 75b622fCopy full SHA for 75b622f
1 file changed
package.json
@@ -8,9 +8,12 @@
8
"build": "run-s build:client build:aot build:server",
9
"build:prod": "run-s build:client:prod build:aot build:server",
10
"build:client": "ng build --app 0",
11
+ "build:client:testing": "ng build -testing --app 0",
12
+ "build:client:staging": "ng build -staging --app 0",
13
"build:client:prod": "ng build -prod --build-optimizer --app 0",
14
"build:aot": "ng build --aot --app 1",
15
"build:server": "webpack",
16
+ "build:server:prod": "webpack -p",
17
"test": "npm run test:ng && npm run build && mocha",
18
"test:ng": "ng test --watch=false",
19
"test:e2e": "ng e2e",
0 commit comments