Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Apr 15, 2024
1 parent 323a396 commit 8ae2eb4
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 @@ -13,7 +13,7 @@
"lint": "pnpm -r --filter=./packages/* lint",
"fmt": "pnpm -r --filter=./packages/* fmt",
"test": "pnpm -r --filter=./packages/* test",
"check": "pnpm --filter './packages/*' run check",
"check": "pnpm --filter=./packages/* check",
"doc": "typedoc",
"release:canary": "./scripts/release_canary.sh"
},
Expand Down

0 comments on commit 8ae2eb4

Please sign in to comment.