mirror of https://github.com/apache/cloudstack.git
github-actions: fix ui build workflow (#7522)
package-lock.json is not removed. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
b6443a2b1f
commit
44024a8a8b
|
|
@ -47,7 +47,6 @@ jobs:
|
|||
run: |
|
||||
cd ui
|
||||
sudo npm install -g @vue/cli npm-check-updates
|
||||
rm -f package-lock.json
|
||||
npm install
|
||||
npm run build
|
||||
npm run lint
|
||||
|
|
|
|||
Loading…
Reference in New Issue