Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 664bf06

Browse files
committed
fix(demo): ng build --prod is deprecated
1 parent 10fedd6 commit 664bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "ng test",
99
"test-ci": "ng test --karma-config=karma-ci.conf.js --no-progress",
1010
"lint": "ng lint",
11-
"build:prod": "ng build --prod --aot --base-href /angular-datatables/",
11+
"build:prod": "ng build --configuration production --aot --base-href /angular-datatables/",
1212
"e2e": "ng e2e"
1313
},
1414
"private": true,

0 commit comments

Comments
 (0)