Skip to content

Commit 56fa9c4

Browse files
committed
Install optional deps in CI
1 parent c3b75ee commit 56fa9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript-CI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: 9.8.0
5050
- name: Install Dependencies
5151
working-directory: ./js
52-
run: pnpm install --frozen-lockfile --no-optional -r
52+
run: pnpm install --frozen-lockfile -r
5353
- name: Pre-Build
5454
working-directory: ./js
5555
run: pnpm run -r prebuild

0 commit comments

Comments
 (0)