summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYukai Huang2017-05-07 18:54:18 +0800
committerYukai Huang2017-05-07 18:54:18 +0800
commit1af3727fefa43b814f99161bddcc6ee2a000be6c (patch)
tree0085286dbfd3589085fc76b75ee80b733eaee27c /bin
parente32dd547b4f4fcc581425aaf594dc859d81aa830 (diff)
Remove npm install in heroku build
since heroku detects yarn.lock automatically
Diffstat (limited to 'bin')
-rwxr-xr-xbin/heroku2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/heroku b/bin/heroku
index 1228b283..24727347 100755
--- a/bin/heroku
+++ b/bin/heroku
@@ -3,8 +3,6 @@
set -e
if [ "$BUILD_ASSETS" = true ]; then
- BUILD_ASSETS=false npm install
-
# setup config files
cat << EOF > .sequelizerc
var path = require('path');