Make sure that neither dist nor node_modules are present before building the UI.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2023-08-06 23:19:43 +02:00
parent 6eed558342
commit 51f907e1b5
Signed by: blacklight
GPG Key ID: AD6D273C08B82EC9
1 changed files with 1 additions and 0 deletions

View File

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