Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf deep dive with Million Lint #8030

Draft
wants to merge 15 commits into
base: next
Choose a base branch
from
Prev Previous commit
Next Next commit
chore: WIP
stipsan committed Dec 17, 2024
commit c200fc2c9351c94c881c9d06ed48a4d4604cc094
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"dev:test-studio": "pnpm --filter sanity-test-studio dev",
"dev:test-create-studio": "pnpm --filter test-create-integration-studio dev",
"dev:test-studio-production-profiling": "REACT_PRODUCTION_PROFILING=true turbo run start --filter=sanity-test-studio",
"dev:test-studio-million-lint": "REACT_MILLION_LINT=true turbo run start --filter=sanity-test-studio",
"dev:test-studio-million-lint": "REACT_MILLION_LINT=true pnpm --filter sanity-test-studio dev",
"dev:next-studio": "pnpm --filter sanity-test-next-studio dev",
"dev:turbo-studio": "pnpm dev:next-studio --turbo",
"docs:report": "node -r dotenv-flow/config -r esbuild-register scripts/doc-report/docReport",