Skip to content

Commit ad5e459

Browse files
authored
Update package.json
1 parent d9b6cf3 commit ad5e459

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
@@ -8,7 +8,8 @@
88
"start": "ng serve",
99
"build": "ng build",
1010
"watch": "ng build --watch --configuration development",
11-
"test": "ng test"
11+
"test": "ng test",
12+
"heroku-postbuild": "ng build"
1213

1314

1415
},

0 commit comments

Comments
 (0)