Skip to content

Commit

Permalink
Fix: テストが走っていなかったのを修正 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Jan 4, 2025
1 parent 2cb5ee2 commit 3f507fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "tsx --test",
"test": "tsx --test ./**/*.test.ts",
"build": "tsx ./build.ts",
"build:check": "tsx ./build.ts --check",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit 3f507fb

Please sign in to comment.