Skip to content

Commit

Permalink
chore(ci): fix bad spelling of package name (#2350)
Browse files Browse the repository at this point in the history
* chore(ci): fix bad spelling of package name

* chore: enable ci to run on any changes to package.json or workflows
  • Loading branch information
joshuaellis authored Jan 6, 2025
1 parent 3d2523d commit 1e3da41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn install --immutable

- name: Build packages
run: yarn build --filter=!@react-spring/doc
run: yarn build --filter=!@react-spring/docs

- uses: preactjs/compressed-size-action@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- 'cypress/**'
- 'yarn.lock'
- '.github/publish-ci/**/yarn.lock'
- '.github/workflows/checks.yml'
- '.github/workflows/tests.yml'
- '.github/workflows/*.yml'
- 'package.json'
build:
needs: changes
if: ${{ needs.changes.outputs.packages == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"scripts": {
"build-ci": "turbo run build --filter=!@react-spring/doc",
"build-ci": "turbo run build --filter=!@react-spring/docs",
"build": "turbo run build",
"changeset": "changeset",
"clean": "turbo run clean",
Expand Down

0 comments on commit 1e3da41

Please sign in to comment.