Skip to content

Commit

Permalink
chore: does this cache wrangler?
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Dec 7, 2023
1 parent a53b98a commit 5ea88fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install -r --frozen-lockfile
run: |
pnpm install -r --frozen-lockfile
pnpm install -g wrangler
- name: Build bluesky-client
working-directory: packages/bluesky-client
Expand Down

0 comments on commit 5ea88fc

Please sign in to comment.