Browse Source
Merge pull request #235 from chakki-works/issue_234
Bugfix/Fix failure of Heroku deployment (#234)
pull/237/head
Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tools/heroku.sh
|
|
@ -8,7 +8,7 @@ if [ "$1" = "build" ]; then |
|
|
|
npm install --only=dev |
|
|
|
./node_modules/.bin/webpack --config ./webpack.config.js --mode production |
|
|
|
echo "Done webpack build." |
|
|
|
ls ./static/bundle |
|
|
|
ls ./bundle |
|
|
|
else |
|
|
|
python app/manage.py migrate |
|
|
|
python app/manage.py collectstatic --noinput |
|
|
|