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