Skip to content

Commit e9025d8

Browse files
azuclaude
andcommitted
feat: CIにBiomeリンターを追加
- npm testでBiomeのlintチェックを実行 - コード品質の向上とCI時の品質保証を強化 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 847b153 commit e9025d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "biome check ./",
3737
"prepare": "git config --local core.hooksPath .githooks",
3838
"prepublishOnly": "npm run build",
39-
"test": "npm run test:unit && npm run lint:text && npm run lint:README",
39+
"test": "npm run test:unit && npm run lint && npm run lint:text && npm run lint:README",
4040
"lint:text": "textlint README.md",
4141
"lint:README": "bash lint-README.sh",
4242
"test:unit": "textlint-scripts test",

0 commit comments

Comments
 (0)