Skip to content

Commit

Permalink
Update publish.yml for adding pnpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry authored Jan 1, 2025
1 parent b5f39b6 commit 8863f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
working-directory: .
run: CI=true pnpm install

- name: Build package
run: pnpm run build

- name: Publish
working-directory: .
run: pnpm publish --access=public --no-git-checks
Expand Down

0 comments on commit 8863f6d

Please sign in to comment.