Skip to content

Commit fc92009

Browse files
committed
ci: native dependencies are needed after all
1 parent 0fe1eaf commit fc92009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version: 22
2525
- name: Install, test
2626
run: |
27-
pnpm --ignore-scripts install
27+
pnpm install
2828
pnpm add concurrently
2929
pnpm concurrently "pnpm test" "pnpm typecheck" "pnpm lint"
3030
env:

0 commit comments

Comments
 (0)