Skip to content

Commit

Permalink
-r 付ける
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Apr 15, 2024
1 parent 8ae2eb4 commit ded4570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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/* check",
"check": "pnpm -r --filter=./packages/* check",
"doc": "typedoc",
"release:canary": "./scripts/release_canary.sh"
},
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ded4570

Please sign in to comment.