Skip to content

Commit

Permalink
fix: bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 3, 2023
1 parent e4b109a commit 9d2114f
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 @@ -7,7 +7,7 @@
"format": "turbo run format",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public",
"test": "pnpm -C packages/breadc test",
"test:bench": "pnpm -C packages/breadc bench",
"test:bench": "pnpm -C packages/breadc test:bench",
"test:ci": "turbo run test:ci",
"typecheck": "turbo run typecheck",
"preversion": "pnpm test:ci && pnpm build"
Expand Down

0 comments on commit 9d2114f

Please sign in to comment.