Skip to content

Commit 1cdd3ff

Browse files
committed
fix(build): replace --prod (deprecated) with --configuration production in npm script
1 parent 3d41a38 commit 1cdd3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "ng build --deleteOutputPath=false",
1212
"build:watch": "concurrently \"nodemon --config nodemon.json\" \"npm run start:watch\"",
1313
"prebuild:prod": "npm run docs",
14-
"build:prod": "ng build --prod --aot --deleteOutputPath=false",
14+
"build:prod": "ng build --configuration production --aot --deleteOutputPath=false",
1515
"test": "ng test",
1616
"lint": "ng lint",
1717
"e2e": "ng e2e",

0 commit comments

Comments
 (0)