Remove also the dist directory in the build-ui step before running npm run build

This commit is contained in:
Fabio Manganiello 2024-01-08 22:56:05 +01:00
parent bb2f86f1a5
commit b097a4c1f4
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

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