summaryrefslogtreecommitdiff
path: root/bin/heroku
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heroku')
-rwxr-xr-xbin/heroku2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/heroku b/bin/heroku
index 9c06c274..f30b2b23 100755
--- a/bin/heroku
+++ b/bin/heroku
@@ -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