Skip to content
Prev Previous commit
Next Next commit
CIエラー対応
  • Loading branch information
cm-kuroeda committed Oct 11, 2025
commit e4f9612162a7ec933431a8cb1ecca409994bf03c
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"name": "classmethod"
},
"scripts": {
"check": "biome check commands agents",
"fix": "biome check commands agents --write",
"check": "biome check src",
"fix": "biome check src --write",
"prepare": "simple-git-hooks",
"secretlint": "secretlint --secretlintignore .gitignore **/*"
},
Expand Down
Loading