Skip to content

Commit

Permalink
Use --if-present
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 18, 2024
1 parent e569171 commit d7726c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -w=packages/core
run: npm run bundlesize --workspaces --if-present
- name: Test
run: npm run test --workspaces
run: npm run test --workspaces --if-present

0 comments on commit d7726c3

Please sign in to comment.