Skip to content

Commit 96a20a5

Browse files
committed
Add build-dist script
1 parent 103b7ef commit 96a20a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/build-dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#!/bin/bash
22

33
# clean
4-
rm -rf minerva.egg-info
4+
rm -rf minerva-ui.egg-info
55
rm -rf dist
66
rm -rf build
77

8+
# build frontend
9+
npm run build
10+
811
python setup.py test
912

1013
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)