Skip to content

Commit 38bc5fb

Browse files
authored
chore(apps/web): add Scan for React performance issues and eliminate slow renders in web app (calcom#23696)
* chore: add Scan for React performance issues and eliminate slow renders in web app * chore(apps/web): always install latest `react-scan`.
1 parent 411516d commit 38bc5fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"analyze:browser": "BUNDLE_ANALYZE=browser next build",
99
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
1010
"dev": "yarn copy-static && next dev --turbopack",
11+
"dev:scan": "yarn dev & npx --yes react-scan@latest localhost:3000",
1112
"dev:cron": "npx tsx cron-tester.ts",
1213
"dev-https": "NODE_TLS_REJECT_UNAUTHORIZED=0 next dev --experimental-https",
1314
"dx": "yarn dev",

0 commit comments

Comments
 (0)