Skip to content

Commit 44024a8

Browse files
authored
github-actions: fix ui build workflow (#7522)
package-lock.json is not removed. Signed-off-by: Abhishek Kumar <[email protected]>
1 parent b6443a2 commit 44024a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ui.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
run: |
4848
cd ui
4949
sudo npm install -g @vue/cli npm-check-updates
50-
rm -f package-lock.json
5150
npm install
5251
npm run build
5352
npm run lint

0 commit comments

Comments
 (0)