Remove npm install in heroku build
since heroku detects yarn.lock automatically
This commit is contained in:
parent
e32dd547b4
commit
1af3727fef
@ -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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user