Skip to content

Commit b4bb7d4

Browse files
authored
Merge pull request #413 from devsecopsmaturitymodel/fix/build
fix build as prod
2 parents 995b20f + fb5efca commit b4bb7d4

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
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
7-
"build": "ng build",
7+
"build": "ng build --configuration=production" ,
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
1010
"lint": "ng lint",

0 commit comments

Comments
 (0)