We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50e142d + 653799d commit a532918Copy full SHA for a532918
.husky/pre-commit
@@ -0,0 +1 @@
1
+npm test
package.json
@@ -14,7 +14,8 @@
14
"tsc": "tsc -p . --pretty --skipLibCheck --noEmit",
15
"bootstrap": "git pull origin main && yarn install",
16
"lint": "eslint --fix ./src/**/*.ts",
17
- "format": "yarn prettier -w ./src/** --loglevel silent"
+ "format": "yarn prettier -w ./src/** --loglevel silent",
18
+ "prepare": "husky"
19
},
20
"husky": {
21
"hooks": {
0 commit comments