Make sure that neither dist nor node_modules are present before building the UI.

This commit is contained in:
Fabio Manganiello 2023-08-06 23:19:43 +02:00
parent 6eed558342
commit 51f907e1b5
Signed by untrusted user: blacklight
GPG key ID: AD6D273C08B82EC9

View file

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