mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
fixing typecheck oom
This commit is contained in:
+1
-1
@@ -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}\"",
|
||||
|
||||
Reference in New Issue
Block a user