diff options
author | Yukai Huang | 2016-12-11 10:31:51 +0800 |
---|---|---|
committer | Yukai Huang | 2016-12-11 11:18:08 +0800 |
commit | 9e6fd505e12c21e60347501132e1f473b61942b3 (patch) | |
tree | 8cb035ed94e640eb55659f1dec9924f9b3d4da02 /bin/heroku | |
parent | ed83dfc862768572eab0c2aed629b1700ac9e224 (diff) |
Remove bower occurences
Diffstat (limited to '')
-rwxr-xr-x | bin/heroku | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ set -e if [ "$BUILD_ASSETS" = true ]; then - BUILD_ASSETS=false npm install && npm run assets:install + BUILD_ASSETS=false npm install # setup config files cat << EOF > .sequelizerc |