Skip to content

Commit

Permalink
chore: remove package-lock.json
Browse files Browse the repository at this point in the history
Try to resolve appdmg module can not found issue in ci/cd pipeline
electron/forge#2807 (comment)
  • Loading branch information
xwcoder committed Nov 13, 2023
1 parent 8eb7960 commit 90a9273
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20,026 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20
- name: Install dependens
run: npm ci
run: npm install
- name: Build
run: npm run build
- name: Pre release
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
package-lock.json

node_modules/

out/
dist/
Loading

0 comments on commit 90a9273

Please sign in to comment.