Skip to content

Commit

Permalink
Husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnaya committed May 14, 2024
1 parent 3d36966 commit b53a1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"object-buffer"
],
"scripts": {
"prepare": "husky",
"lint": "concurrently \"eslint src --ext .js,.jsx,.ts,.tsx\" \"tsc --noEmit --emitDeclarationOnly false\"",
"test": "jest",
"test-coverage": "jest --coverage",
Expand Down Expand Up @@ -95,4 +96,4 @@
"LICENSE"
],
"packageManager": "yarn@4.1.1"
}
}

0 comments on commit b53a1a8

Please sign in to comment.