Skip to content

Commit

Permalink
update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanster committed Feb 27, 2024
1 parent fb70be0 commit c7339bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7339bd

Please sign in to comment.