We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b6cf3 commit ad5e459Copy full SHA for ad5e459
package.json
@@ -8,7 +8,8 @@
8
"start": "ng serve",
9
"build": "ng build",
10
"watch": "ng build --watch --configuration development",
11
- "test": "ng test"
+ "test": "ng test",
12
+ "heroku-postbuild": "ng build"
13
14
15
},
0 commit comments