Dateien nach "/" hochladen

This commit is contained in:
Manuel Kamper 2024-08-20 20:45:19 +02:00
parent 8c6d9188a7
commit 9d09f384dd

View File

@ -5,8 +5,8 @@ pushd ./web_app
rm -r -f dist
npm run build
popd
rm -r -f ./iopaint/web_app
cp -r web_app/dist ./iopaint/web_app
rm -r -f ./inpaint/web_app
cp -r web_app/dist ./inpaint/web_app
rm -r -f dist
python3 setup.py sdist bdist_wheel