Skip to content

Commit a42a2ed

Browse files
committed
chore: fully exclude examples and integrations for sherif checks
1 parent f353ef8 commit a42a2ed

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
@@ -17,7 +17,7 @@
1717
"test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw",
1818
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
1919
"test:format": "pnpm run prettier --check",
20-
"test:sherif": "sherif -i react-scripts -i react -i react-dom -i next",
20+
"test:sherif": "sherif -p \"./integrations/*\" -p \"./examples/*\"",
2121
"test:lib": "nx affected --target=test:lib --exclude=examples/**",
2222
"test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib",
2323
"test:build": "nx affected --target=test:build --exclude=examples/**",

0 commit comments

Comments
 (0)