Skip to content

Commit 44876af

Browse files
Increase Node ram for build
1 parent 615255e commit 44876af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "npm run dev",
1212
"start:cli": "npm run build:cli && node ./dist/cli/cli.js start",
1313
"start:astro": "astro dev",
14-
"build": "npm run build:cli && node --max-old-space-size=4096 ./dist/cli/cli.js build",
14+
"build": "npm run build:cli && node --max-old-space-size=8192 ./dist/cli/cli.js build",
1515
"build:astro": "astro check && astro build",
1616
"build:cli": "tsc --build ./cli/tsconfig.json",
1717
"build:cli:watch": "tsc --build --watch ./cli/tsconfig.json",

0 commit comments

Comments
 (0)