We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7518434 commit 6c475e9Copy full SHA for 6c475e9
package.json
@@ -8,7 +8,7 @@
8
"build": "ng build",
9
"watch": "ng build --watch --configuration development",
10
"test": "ng test",
11
- "heroku-postbuild": "ng build -configuration=production"
+ "heroku-postbuild": "ng build --configuration=production"
12
},
13
"private": true,
14
"dependencies": {
0 commit comments