Skip to content

Commit cf0d795

Browse files
committed
remove precommit
1 parent 53765a0 commit cf0d795

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,6 @@
8888
"audit-prod": "npx better-npm-audit audit --production",
8989
"check-markdown": "remark . --frail"
9090
},
91-
"pre-commit": {
92-
"silent": false,
93-
"run": [
94-
"check-markdown",
95-
"format",
96-
"lint",
97-
"audit-all",
98-
"audit-prod",
99-
"test-pre-commit",
100-
"build"
101-
]
102-
},
10391
"eslintConfig": {
10492
"extends": [
10593
"react-app",

0 commit comments

Comments
 (0)