Skip to content

Commit

Permalink
chore: setup pnpm in publish-component workflow (#397)
Browse files Browse the repository at this point in the history
* chore: update library version

* chore: workflow setup pnpm
  • Loading branch information
uyarn authored Sep 13, 2023
1 parent c664aaa commit 61b5261
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- uses: pnpm/action-setup@v2
with:
version: 6.0.2
- run: pnpm install
- run: cd packages/components && npm run build
- run: cd packages/components && npm publish
Expand Down

0 comments on commit 61b5261

Please sign in to comment.