diff options
| author | Yukai Huang | 2017-05-07 18:54:18 +0800 |
|---|---|---|
| committer | Yukai Huang | 2017-05-07 18:54:18 +0800 |
| commit | 1af3727fefa43b814f99161bddcc6ee2a000be6c (patch) | |
| tree | 0085286dbfd3589085fc76b75ee80b733eaee27c /bin/heroku | |
| parent | e32dd547b4f4fcc581425aaf594dc859d81aa830 (diff) | |
Remove npm install in heroku build
since heroku detects yarn.lock automatically
Diffstat (limited to 'bin/heroku')
| -rwxr-xr-x | bin/heroku | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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'); |
