Skip to content

Commit 7ad8c7b

Browse files
committed
fix(pkg): use correct name for docs package
1 parent f3fd105 commit 7ad8c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bundle-size.yml

Lines changed: 1 addition & 1 deletion
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:

package.json

Lines changed: 1 addition & 1 deletion
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)