Skip to content

Commit

Permalink
Add build-dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Sep 9, 2020
1 parent 103b7ef commit 96a20a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build-dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#!/bin/bash

# clean
rm -rf minerva.egg-info
rm -rf minerva-ui.egg-info
rm -rf dist
rm -rf build

# build frontend
npm run build

python setup.py test

python setup.py sdist bdist_wheel

0 comments on commit 96a20a5

Please sign in to comment.