Make sure packages are up to date when releasing (#1004)

pull/1007/head
Andrey 2018-03-18 02:26:45 +02:00 committed by Paulus Schoutsen
parent 3324c7e01c
commit 46a2f4fd72
1 changed files with 6 additions and 0 deletions

View File

@ -6,5 +6,11 @@ set -e
cd "$(dirname "$0")/.."
# Install node modules
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
python3 setup.py sdist upload