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.
2 parents 3d41a38 + 1cdd3ff commit 1157ca8Copy full SHA for 1157ca8
package.json
@@ -11,7 +11,7 @@
11
"build": "ng build --deleteOutputPath=false",
12
"build:watch": "concurrently \"nodemon --config nodemon.json\" \"npm run start:watch\"",
13
"prebuild:prod": "npm run docs",
14
- "build:prod": "ng build --prod --aot --deleteOutputPath=false",
+ "build:prod": "ng build --configuration production --aot --deleteOutputPath=false",
15
"test": "ng test",
16
"lint": "ng lint",
17
"e2e": "ng e2e",
0 commit comments