mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
9 lines
134 B
Bash
9 lines
134 B
Bash
rm superset/assets/dist/*
|
|
cd superset/assets/
|
|
rm build/*
|
|
npm run prod
|
|
cd ../..
|
|
python setup.py register
|
|
python setup.py sdist upload
|
|
|