Skip to content

Commit 22caf2a

Browse files
authored
Revert "chore(sherif): remove unnecessary option and ignore directory" (TanStack#6703)
1 parent 4a93146 commit 22caf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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 --ignore-package ./integrations/*",
19+
"test:sherif": "sherif -i react-scripts -i typescript --ignore-package react-vite5 --ignore-package react-vite4",
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)