Skip to content

Commit

Permalink
chore: remove some builds during the release-please process (#433)
Browse files Browse the repository at this point in the history
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Chores**
- Updated the build process to exclude specific packages
(`@versini/example-*`, `@versini/bundlesize`, and
`@versini/documentation`) from the build command.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored Mar 18, 2024
1 parent 85d93a3 commit 89c9faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
corepack enable
pnpm install
npx lerna run build --ignore @versini/documentation
npx lerna run build --ignore "@versini/example-*" --ignore @versini/documentation --ignore @versini/bundlesize
# Release Please has already incremented versions
# and published tags, so we just need to publish
Expand Down

0 comments on commit 89c9faf

Please sign in to comment.