Skip to content

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
proksh committed Sep 16, 2024
1 parent a10b39e commit 0dbf728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
working-directory: packages/react
- run: pnpm run lint && pnpm run build
working-directory: packages/react
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
working-directory: packages/react
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1
with:
publish: pnpm run build
working-directory: packages/react

0 comments on commit 0dbf728

Please sign in to comment.