Skip to content

Commit daabe08

Browse files
committed
chore(config): Use pnpm workspaces
1 parent dae5e1f commit daabe08

File tree

10 files changed

+32205
-143950
lines changed

10 files changed

+32205
-143950
lines changed

.github/workflows/pr-validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
${{ runner.os }}-node-${{ matrix.version }}-
2828
2929
- name: Installing dependencies
30-
run: npm ci
30+
run: pnpm install --frozen-lockfile
3131

3232
- name: Running tests
33-
run: npm run test
33+
run: pnpm -r test
3434

3535
- name: Running lint
36-
run: npm run lint
36+
run: pnpm -r lint
3737

3838
- name: Running typecheck
39-
run: npm run typecheck
39+
run: pnpm -r typecheck

0 commit comments

Comments
 (0)