Skip to content

Commit 1f77c12

Browse files
manudeliTkDodo
andauthored
ci(sherif): ignore-package ./integrations/* (TanStack#6750)
Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 9c561b2 commit 1f77c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build --exclude=examples/**",
1717
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
1818
"test:format": "pnpm run prettier --check",
19-
"test:sherif": "sherif -i react-scripts -i typescript --ignore-package react-vite5 --ignore-package react-vite4",
19+
"test:sherif": "sherif --ignore-package \"./integrations/*\"",
2020
"test:lib": "nx affected --target=test:lib --exclude=examples/**",
2121
"test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib",
2222
"test:build": "nx affected --target=test:build --exclude=examples/**",

0 commit comments

Comments
 (0)