Skip to content

Commit 0dc484f

Browse files
committed
ci: package
1 parent 69cbe67 commit 0dc484f

26 files changed

+90
-853
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
$arch = "x64"
7272
}
7373
Write-Host "Using arch: $arch"
74+
npm dedupe
75+
npm prune
7476
npm run make -- --arch=$arch
7577
7678
- name: Compress Executable

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
npm install electron@25
7474
}
7575
Write-Host "Using arch: $arch"
76+
npm dedupe
77+
npm prune
7678
npm run make -- --arch=$arch
7779
7880
- name: Compress Executable

.github/workflows/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
if ($arch -eq "amd64") {
7272
$arch = "x64"
7373
}
74+
npm dedupe
75+
npm prune
7476
npx electron-forge make --arch=$arch
7577
7678
- name: Compress Executables

0 commit comments

Comments
 (0)