Skip to content

Commit 90a9273

Browse files
committed
chore: remove package-lock.json
Try to resolve appdmg module can not found issue in ci/cd pipeline electron/forge#2807 (comment)
1 parent 8eb7960 commit 90a9273

File tree

3 files changed

+2
-20026
lines changed

3 files changed

+2
-20026
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 20
1919
- name: Install dependens
20-
run: npm ci
20+
run: npm install
2121
- name: Build
2222
run: npm run build
2323
- name: Pre release

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
2+
package-lock.json
23

34
node_modules/
4-
55
out/
66
dist/

0 commit comments

Comments
 (0)