diff --git a/package.json b/package.json index 8583fbe..4a2b49c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "eslint .", "prepare": "husky install", "validate:code": "npm run lint -- --fix && tsc --noEmit && npm t", - "test:commit": "jest --colors --bail --findRelatedTests --forceExit", + "test:commit": "jest --colors --bail --findRelatedTests", "test:coverage": "tsc --noEmit && jest --collectCoverage", "build": "rm -rf dist && tsc", "storybook": "react-native-storybook-server",