Skip to content

Commit

Permalink
chore: update npm-publish to install with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriyaga committed Apr 3, 2024
1 parent 145b07c commit 5a2b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: pnpm

- name: Setup environment
run: pnpm && pnpm build
run: pnpm install && pnpm build

- name: Publish
env:
Expand Down

0 comments on commit 5a2b39f

Please sign in to comment.