Remove npm install in heroku build
since heroku detects yarn.lock automatically
This commit is contained in:
parent
e32dd547b4
commit
1af3727fef
1 changed files with 0 additions and 2 deletions
|
@ -3,8 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ "$BUILD_ASSETS" = true ]; then
|
if [ "$BUILD_ASSETS" = true ]; then
|
||||||
BUILD_ASSETS=false npm install
|
|
||||||
|
|
||||||
# setup config files
|
# setup config files
|
||||||
cat << EOF > .sequelizerc
|
cat << EOF > .sequelizerc
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
|
|
Loading…
Reference in a new issue