Skip to content

Commit

Permalink
Merge pull request #40 from raisiqueira/chore/ci-auto-publish
Browse files Browse the repository at this point in the history
ci: fix build command
  • Loading branch information
raisiqueira committed Aug 23, 2023
2 parents 012d539 + 0ae90bd commit bd41002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: 'pnpm'
- if: ${{ steps.cache-node.outputs.cache-hit != 'true' }}
run: pnpm install
- run: pnpm run build
- run: pnpm run build:all
- uses: changesets/action@v1
if: ${{ github.event_name != 'pull_request' }}
with:
Expand Down

0 comments on commit bd41002

Please sign in to comment.