update publish.sh
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
set -e
|
||||
|
||||
pushd ./web_app
|
||||
rm -r -f dist
|
||||
npm run build
|
||||
popd
|
||||
rm -r ./iopaint/web_app
|
||||
rm -r -f ./iopaint/web_app
|
||||
cp -r web_app/dist ./iopaint/web_app
|
||||
|
||||
rm -r -f dist
|
||||
|
||||
Reference in New Issue
Block a user