Remove also the dist directory in the build-ui step before running npm run build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2024-01-08 22:56:05 +01:00
parent bb2f86f1a5
commit b097a4c1f4
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

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