Don't run bower anymore when doing release

This commit is contained in:
Paulus Schoutsen 2018-05-15 14:14:38 -04:00
parent 65780de61e
commit 47642957c8

View File

@ -9,9 +9,6 @@ cd "$(dirname "$0")/.."
# Install node modules # Install node modules
yarn install yarn install
# Install bower web components. Allow to download the components as root since the user in docker is root.
./node_modules/.bin/bower install --allow-root
script/build_frontend script/build_frontend
python3 setup.py sdist python3 setup.py sdist
python3 -m twine upload dist/* --skip-existing python3 -m twine upload dist/* --skip-existing