Skip to content
This repository was archived by the owner on May 11, 2020. It is now read-only.

Commit 7a79903

Browse files
Add heroku post install script
1 parent 74e8398 commit 7a79903

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
@@ -29,6 +29,7 @@
2929
"test": "grunt test --verbose",
3030
"start": "node server.js",
3131
"watch": "grunt",
32-
"postinstall": "bower install"
32+
"postinstall": "bower install",
33+
"heroku-postbuild": "grunt build"
3334
}
3435
}

0 commit comments

Comments
 (0)