Skip to content

Commit

Permalink
chore: trying to speed up PR builds a little (#436)
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 certain packages during pull
requests and release workflows.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
aversini authored Mar 19, 2024
1 parent 89c9faf commit a25890f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- run: |
corepack enable
pnpm install
npx lerna run build --ignore @versini/documentation
npx lerna run build --ignore "@versini/example-*" --ignore @versini/documentation
npx lerna run stats:pr
npx lerna run stats:report
- uses: mshick/add-pr-comment@v2
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- run: |
corepack enable
pnpm install
npx lerna run build --ignore @versini/documentation
npx lerna run build --ignore "@versini/example-*" --ignore @versini/documentation
npx lerna run stats:release
- name: Commit Release Stats
uses: stefanzweifel/git-auto-commit-action@v5

0 comments on commit a25890f

Please sign in to comment.