Skip to content

Commit cca9f16

Browse files
fix: add pnpm i
1 parent cd523c7 commit cca9f16

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
cache: 'pnpm'
2222

2323
- run: pnpm lint
24+
- run: pnpm install
2425
- run: pnpm build
2526
- run: pnpm typecheck
2627
- run: pnpm test

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
node-version: 20.11.1
2525
registry-url: 'https://registry.npmjs.org/'
2626

27+
- run: pnpm install
2728
- run: pnpm build
2829
- run: pnpm test
2930
# - run: pnpm --filter react-virtualized-diff publish --access public --no-git-checks

0 commit comments

Comments
 (0)