fixing typecheck oom

This commit is contained in:
Brett Woodward
2025-05-27 16:52:48 -04:00
parent 951f48e813
commit 33d4daa671
+1 -1
View File
@@ -21,7 +21,7 @@
"postbuild": "next-sitemap",
"deploy": "npm run build && npm run db:deploy",
"postinstall": "prisma generate --no-hints",
"typecheck": "tsc --noEmit",
"typecheck": "cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" tsc --noEmit",
"lint": "next lint",
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",