Remove npm install in heroku build

since heroku detects yarn.lock automatically
This commit is contained in:
Yukai Huang 2017-05-07 18:54:18 +08:00
parent e32dd547b4
commit 1af3727fef
1 changed files with 0 additions and 2 deletions

View File

@ -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');