Added husky

This commit is contained in:
Aleksandr Kraiz
2023-02-10 17:41:35 +04:00
parent 3076258339
commit 26bb95637a
3 changed files with 7 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"clean": "rimraf lib/*",
"watch-ts": "tsc -w --skipLibCheck",
"watch-js": "nodemon lib/esm/index.js",
"prepare": "npm run build",
"prepare": "husky install",
"prebuild": "tsc",
"build": "webpack",
"coverage": "jest --coverage",