forked from platypush/platypush
Make sure that neither dist nor node_modules are present before building the UI.
This commit is contained in:
parent
6eed558342
commit
51f907e1b5
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ steps:
|
|||
exit 0
|
||||
fi
|
||||
|
||||
- rm -rf node_modules dist
|
||||
- npm install
|
||||
- npm run build
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue