Skip to content

Commit d9c5091

Browse files
committed
Merge branch 'task/mirror-our-remote-code-checks-with-a'
* task/mirror-our-remote-code-checks-with-a: chore(hooks): mirror CI checks in pre-commit and pre-push hooks
2 parents 524750c + 9b31b20 commit d9c5091

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/sh
22
npx lint-staged
3+
npm run check

.husky/pre-push

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
npm run check

0 commit comments

Comments
 (0)