Skip to content

Commit d0c6b31

Browse files
agilgur5bahmutov
andauthored
optim: only build once on precommit (#44)
Co-authored-by: Gleb Bahmutov <[email protected]>
1 parent 21aa1c3 commit d0c6b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"husky": {
5858
"hooks": {
59-
"pre-commit": "npm run format:check && npm run build && npm run test"
59+
"pre-commit": "npm run format:check && npm test"
6060
}
6161
},
6262
"files": [

0 commit comments

Comments
 (0)