Skip to content

Commit 9d042a4

Browse files
committed
chore: update CI workflow to install all npm dependencies without omitting optional ones
1 parent 1cdd5d1 commit 9d042a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/desktop-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: choco install protoc -y
9999

100100
- name: Install npm dependencies
101-
run: npm ci --omit=optional
101+
run: npm ci
102102

103103
- name: Update version in tauri.conf.json
104104
run: |

0 commit comments

Comments
 (0)