File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments