fix(ci): raise Node heap limit for sourcemaps build (#304)
This commit is contained in:
parent
be60440ca0
commit
cd8ce2f752
@ -15,7 +15,7 @@
|
||||
"lint:fix": "oxlint . --type-aware --fix",
|
||||
"preview": "npm run build && vite preview --port 3001",
|
||||
"deploy": "npm run db:migrate:prod && npm run build && wrangler deploy",
|
||||
"sourcemaps:upload": "POSTHOG_SOURCEMAPS=true npm run build && pnpm dlx @posthog/cli sourcemap inject --directory ./dist-sourcemaps && pnpm dlx @posthog/cli sourcemap upload --directory ./dist-sourcemaps",
|
||||
"sourcemaps:upload": "POSTHOG_SOURCEMAPS=true NODE_OPTIONS=--max-old-space-size=8192 npm run build && pnpm dlx @posthog/cli sourcemap inject --directory ./dist-sourcemaps && pnpm dlx @posthog/cli sourcemap upload --directory ./dist-sourcemaps",
|
||||
"cf-typegen": "wrangler types",
|
||||
"types:check": "tsc --noEmit",
|
||||
"format:check": "prettier --check .",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user