Skip to content

Commit e4f9612

Browse files
committed
CIエラー対応
1 parent 8126d55 commit e4f9612

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"name": "classmethod"
2525
},
2626
"scripts": {
27-
"check": "biome check commands agents",
28-
"fix": "biome check commands agents --write",
27+
"check": "biome check src",
28+
"fix": "biome check src --write",
2929
"prepare": "simple-git-hooks",
3030
"secretlint": "secretlint --secretlintignore .gitignore **/*"
3131
},

0 commit comments

Comments
 (0)