Skip to content

Commit

Permalink
pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianzchen committed Mar 27, 2024
1 parent c602bcc commit 931c442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: 8

- run: pnpm
- run: pnpm install
- run: node ./scripts/getStoriesList.js
- run: pnpm eslint .
- run: pnpm flow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
version: 8

- run: pnpm
- run: pnpm install
- run: node ./scripts/getStoriesList.js
- run: pnpm eslint .
- run: pnpm flow
Expand Down

0 comments on commit 931c442

Please sign in to comment.