Skip to content

Commit 6c475e9

Browse files
committedJan 27, 2022
Fix command again to build prod
1 parent 7518434 commit 6c475e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "ng build",
99
"watch": "ng build --watch --configuration development",
1010
"test": "ng test",
11-
"heroku-postbuild": "ng build -configuration=production"
11+
"heroku-postbuild": "ng build --configuration=production"
1212
},
1313
"private": true,
1414
"dependencies": {

0 commit comments

Comments
 (0)