aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}
}