Skip to content

Commit dc3c82a

Browse files
committed
remove precommit hook
1 parent 01ef96f commit dc3c82a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
"format": "prettier 'src/**/*.js' --write --print-width 80 --tab-width 2 --single-quote --trailing-comma all",
55
"lint": "eslint 'src/**/*.js'",
66
"test": "jest",
7-
"test-watch": "jest --watch",
8-
"precommit": "npm run format && git add && npm run lint && npm test"
7+
"test-watch": "jest --watch"
98
},
10-
"precommit": "precommit",
119
"babel": {
1210
"presets": [
1311
[
@@ -42,7 +40,6 @@
4240
"babel-preset-es2015": "^6.22.0",
4341
"eslint": "^3.16.1",
4442
"jest": "^19.0.2",
45-
"pre-commit": "^1.2.2",
4643
"prettier": "^0.19.0"
4744
}
4845
}

0 commit comments

Comments
 (0)