Skip to content

Commit a2e7e68

Browse files
Do not run tests on pre-commit/pre-push as this should be a part of ci/cd job
1 parent d3a3221 commit a2e7e68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lint-staged.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ const lintStagedConfig = {
22
// run formatting and linting on all supported file types
33
"*.{js,json,md,ts,yaml,yml}": "npm run format:write",
44
"*.{js,ts}": ["npm run lint:fix"],
5-
// run testing on all supported file types within the src/ directory
6-
"src/**/*.{js,ts}": ["npm run test -- --findRelatedTests"],
75
};
86

97
export default lintStagedConfig;

0 commit comments

Comments
 (0)