We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dcb48 commit f48e22cCopy full SHA for f48e22c
.github/workflows/build-packages.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/setup-node@v4
11
with:
12
node-version: 20
13
- - run: npm install
+ - run: npm install --omit=optional
14
- name: build package
15
run: npm run buildMacIntel && npm run buildMacArm
16
- name: upload package
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
run: npm run buildWindows
31
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
run: npm run buildDebian && npm run buildRedhat && npm run buildLinuxArm64 && npm run buildRaspi
48
0 commit comments