Skip to content

Commit e0395af

Browse files
committed
fix: missing lint script
1 parent b0db495 commit e0395af

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.husky/pre-commit

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
npm test
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
bun run lint
5+
bun run test

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"prepublishOnly": "bun run clean && bun run build",
2424
"test": "bun test",
2525
"test:watch": "bun test --watch",
26+
"lint": "biome lint .",
2627
"prepare": "husky",
2728
"commit": "cz",
2829
"commitlint": "commitlint --edit"

0 commit comments

Comments
 (0)