We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdd5d1 commit 9d042a4Copy full SHA for 9d042a4
1 file changed
.github/workflows/desktop-build.yml
@@ -98,7 +98,7 @@ jobs:
98
run: choco install protoc -y
99
100
- name: Install npm dependencies
101
- run: npm ci --omit=optional
+ run: npm ci
102
103
- name: Update version in tauri.conf.json
104
run: |
0 commit comments