Do not remove the existing webapp's dist folder in build-ui.

This commit is contained in:
Fabio Manganiello 2023-09-17 12:56:54 +02:00
parent 4c4a33dc7c
commit ecba2e49ac
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -116,7 +116,7 @@ steps:
exit 0 exit 0
fi fi
- rm -rf node_modules dist - rm -rf node_modules
- npm install - npm install
- npm run build - npm run build
- | - |