mirror of
https://github.com/status-im/codimd.git
synced 2025-02-03 04:53:33 +00:00
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