We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0db495 commit e0395afCopy full SHA for e0395af
2 files changed
.husky/pre-commit
@@ -1 +1,5 @@
1
-npm test
+#!/usr/bin/env sh
2
+. "$(dirname -- "$0")/_/husky.sh"
3
+
4
+bun run lint
5
+bun run test
package.json
@@ -23,6 +23,7 @@
23
"prepublishOnly": "bun run clean && bun run build",
24
"test": "bun test",
25
"test:watch": "bun test --watch",
26
+ "lint": "biome lint .",
27
"prepare": "husky",
28
"commit": "cz",
29
"commitlint": "commitlint --edit"
0 commit comments