Skip to content

Commit 27441c0

Browse files
committed
[DDW-773] re-enabled husky pre-commit step
1 parent 12f0733 commit 27441c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@
276276
},
277277
"husky": {
278278
"hooks": {
279+
"pre-commit": "pretty-quick --staged",
279280
"pre-push": "yarn check:all"
280281
}
281282
},

0 commit comments

Comments
 (0)