Skip to content

Commit

Permalink
Make bundlesize only run on core
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 18, 2024
1 parent c26b7d9 commit e569171
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Install
run: npm ci
- name: Bundle size
run: npm run bundlesize --workspaces
run: npm run bundlesize -w=packages/core
- name: Test
run: npm run test --workspaces
121 changes: 29 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e569171

Please sign in to comment.