This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new 44024a8a8b4 github-actions: fix ui build workflow (#7522)
44024a8a8b4 is described below

commit 44024a8a8b4ec0d2236d08dfb4da4e82df2f5fa6
Author: Abhishek Kumar <abhishek.mr...@gmail.com>
AuthorDate: Fri May 12 12:54:23 2023 +0530

    github-actions: fix ui build workflow (#7522)
    
    package-lock.json is not removed.
    
    Signed-off-by: Abhishek Kumar <abhishek.mr...@gmail.com>
---
 .github/workflows/ui.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ui.yml b/.github/workflows/ui.yml
index 8b60f470682..80e08072d6c 100644
--- a/.github/workflows/ui.yml
+++ b/.github/workflows/ui.yml
@@ -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

Reply via email to