Skip to content

Commit 1e3da41

Browse files
authored
chore(ci): fix bad spelling of package name (#2350)
* chore(ci): fix bad spelling of package name * chore: enable ci to run on any changes to package.json or workflows
1 parent 3d2523d commit 1e3da41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bundle-size.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn install --immutable
3232

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

3636
- uses: preactjs/compressed-size-action@v2
3737
with:

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
- 'cypress/**'
3333
- 'yarn.lock'
3434
- '.github/publish-ci/**/yarn.lock'
35-
- '.github/workflows/checks.yml'
36-
- '.github/workflows/tests.yml'
35+
- '.github/workflows/*.yml'
36+
- 'package.json'
3737
build:
3838
needs: changes
3939
if: ${{ needs.changes.outputs.packages == 'true' }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
]
3131
},
3232
"scripts": {
33-
"build-ci": "turbo run build --filter=!@react-spring/doc",
33+
"build-ci": "turbo run build --filter=!@react-spring/docs",
3434
"build": "turbo run build",
3535
"changeset": "changeset",
3636
"clean": "turbo run clean",

0 commit comments

Comments
 (0)