Do not remove the existing webapp's dist folder in build-ui.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-09-17 12:56:54 +02:00
parent 4c4a33dc7c
commit ecba2e49ac
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

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