Skip to content

Commit

Permalink
recursive install
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Jan 2, 2024
1 parent ce821dc commit 096d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/typescript-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version: 8
- name: Install Dependencies
working-directory: ./js
run: pnpm install --frozen-lockfile
run: pnpm install --frozen-lockfile -r
- name: Run Prebuild
working-directory: ./js
run: pnpm run -r prebuild
Expand Down

0 comments on commit 096d85c

Please sign in to comment.