aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPriyansh <[email protected]>2022-01-18 19:49:01 -0500
committerPriyansh <[email protected]>2022-01-18 19:49:01 -0500
commit80862bebc86ae2c81a180fe8203b695878eaef51 (patch)
tree033256c3b559338e015740e3674f3d04bb47ec67 /package.json
parent822e90f3967bd387ce903cdb349c2460386bff4f (diff)
downloadizuku.js-80862bebc86ae2c81a180fe8203b695878eaef51.tar.xz
izuku.js-80862bebc86ae2c81a180fe8203b695878eaef51.zip
rename .husky to husky
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 49a4bc2..d7e40ec 100644
--- a/package.json
+++ b/package.json
@@ -43,7 +43,7 @@
"husky": {
"hooks": {
"pre-commit": "npm run prettier-format && npm run lint",
- "commit-msg": "npx esno .husky/semantic.ts $1"
+ "commit-msg": "npx esno husky/semantic.ts $1"
}
}
}