Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 authored Dec 13, 2023
1 parent 5ae1069 commit bb3c7fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 16

# step5: cleanup artifacts in dist_electron
- name: cleanup package lock
run: |
npx rimraf "package-lock.json"
# step3: npm install
- name: npm install
run: |
Expand Down

0 comments on commit bb3c7fd

Please sign in to comment.