We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 280d388 commit 1d9dabeCopy full SHA for 1d9dabe
2 files changed
package.json
@@ -44,6 +44,8 @@
44
"typecheck": "turbo run typecheck",
45
"lint": "oxlint --report-unused-disable-directives",
46
"test": "turbo run test",
47
+ "bench:pending-actions": "node scripts/bench-pending-actions.ts",
48
+ "bench:startup": "bun scripts/bench-startup.js",
49
"test:desktop-smoke": "turbo run smoke-test --filter=@t3tools/desktop",
50
"fmt": "oxfmt",
51
"fmt:check": "oxfmt --check",
0 commit comments