forked from platypush/platypush
Remove also the dist directory in the build-ui step before running npm run build
This commit is contained in:
parent
bb2f86f1a5
commit
b097a4c1f4
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ steps:
|
|||
exit 0
|
||||
fi
|
||||
|
||||
- rm -rf node_modules
|
||||
- rm -rf dist node_modules
|
||||
- npm install
|
||||
- npm run build
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue