Skip to content

Commit

Permalink
chore: remove integrations packages from sherif
Browse files Browse the repository at this point in the history
  • Loading branch information
TkDodo committed Nov 28, 2023
1 parent fe87fc1 commit 5163ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:ci": "nx run-many --exclude=examples/** --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,test:bundle,build",
"test:eslint": "nx affected --target=test:eslint",
"test:format": "pnpm run prettier --check",
"test:sherif": "sherif -i react-scripts",
"test:sherif": "sherif -i react-scripts --ignore-package react-vite5 --ignore-package react-vite4",
"test:lib": "nx affected --target=test:lib",
"test:lib:dev": "pnpm --filter \"./packages/**\" run test:lib:dev",
"test:build": "nx affected --target=test:build",
Expand Down

0 comments on commit 5163ed4

Please sign in to comment.