File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
run : yarn install --immutable
32
32
33
33
- name : Build packages
34
- run : yarn build --filter=!@react-spring/doc
34
+ run : yarn build --filter=!@react-spring/docs
35
35
36
36
- uses : preactjs/compressed-size-action@v2
37
37
with :
Original file line number Diff line number Diff line change 32
32
- 'cypress/**'
33
33
- 'yarn.lock'
34
34
- '.github/publish-ci/**/yarn.lock'
35
- - '.github/workflows/checks .yml'
36
- - '.github/workflows/tests.yml '
35
+ - '.github/workflows/* .yml'
36
+ - 'package.json '
37
37
build :
38
38
needs : changes
39
39
if : ${{ needs.changes.outputs.packages == 'true' }}
Original file line number Diff line number Diff line change 30
30
]
31
31
},
32
32
"scripts" : {
33
- "build-ci" : " turbo run build --filter=!@react-spring/doc " ,
33
+ "build-ci" : " turbo run build --filter=!@react-spring/docs " ,
34
34
"build" : " turbo run build" ,
35
35
"changeset" : " changeset" ,
36
36
"clean" : " turbo run clean" ,
You can’t perform that action at this time.
0 commit comments