Skip to content

Commit e3b9fc8

Browse files
committed
feat: add heroku
1 parent 95420f1 commit e3b9fc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10-
"lint": "ng lint"
10+
"lint": "ng lint",
11+
"heroku-postbuild": "ng build --prod"
1112
},
1213
"private": true,
1314
"dependencies": {

0 commit comments

Comments
 (0)