diff --git a/tools/heroku.sh b/tools/heroku.sh index 8bfc33e4..46da88d6 100644 --- a/tools/heroku.sh +++ b/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