Skip to content

Commit

Permalink
Merge pull request #208 from twm/release-wheel-190
Browse files Browse the repository at this point in the history
Work around pypa/wheel#147
  • Loading branch information
twm authored Apr 1, 2018
2 parents 901d8ad + 9569c27 commit 878ae7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ webpack-prod:
$(V)NODE_ENV=production $(WEBPACK) --bail --profile --json > webpack-stats.json

release: webpack-prod
rm -rf build/lib build/bdist.* # Work around https://github.com/pypa/wheel/issues/147
python3 setup.py sdist bdist_wheel

.PHONY: devserver
Expand Down

0 comments on commit 878ae7f

Please sign in to comment.