Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b8a4bf8

Browse files
committed
Heroku build fix?
1 parent f0bc0ce commit b8a4bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:fe": "gulp protractor",
2323
"lint": "gulp lint",
2424
"serve:dist": "gulp serve:dist",
25-
"heroku-postbuild": "gulp build"
25+
"heroku-postbuild": "gulp build:fe"
2626
},
2727
"dependencies": {
2828
"angular": "~1.4.4",

0 commit comments

Comments
 (0)