Fixing pypi_push.sh

This commit is contained in:
Maxime Beauchemin 2017-01-24 11:42:49 -08:00
parent 2f27353015
commit 2b7673ad5d
1 changed files with 1 additions and 2 deletions

3
pypi_push.sh Normal file → Executable file
View File

@ -1,8 +1,7 @@
# first bump up package.json manually, commit and tag
rm superset/assets/dist/*
cd superset/assets/
rm build/*
npm run prod
npm run build
cd ../..
python setup.py sdist upload