Skip to content

Commit 1af3727

Browse files
committed
Remove npm install in heroku build
since heroku detects yarn.lock automatically
1 parent e32dd54 commit 1af3727

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/heroku

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
set -e
44

55
if [ "$BUILD_ASSETS" = true ]; then
6-
BUILD_ASSETS=false npm install
7-
86
# setup config files
97
cat << EOF > .sequelizerc
108
var path = require('path');

0 commit comments

Comments
 (0)