We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f353ef8 commit a42a2edCopy full SHA for a42a2ed
package.json
@@ -17,7 +17,7 @@
17
"test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw",
18
"test:eslint": "nx affected --target=test:eslint --exclude=examples/**",
19
"test:format": "pnpm run prettier --check",
20
- "test:sherif": "sherif -i react-scripts -i react -i react-dom -i next",
+ "test:sherif": "sherif -p \"./integrations/*\" -p \"./examples/*\"",
21
"test:lib": "nx affected --target=test:lib --exclude=examples/**",
22
"test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib",
23
"test:build": "nx affected --target=test:build --exclude=examples/**",
0 commit comments