Skip to content

Commit

Permalink
Fixing pypi_push.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 24, 2017
1 parent 2f27353 commit 2b7673a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pypi_push.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2b7673a

Please sign in to comment.