We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0b505 commit 375840dCopy full SHA for 375840d
package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"astro": "npx astro",
7
- "build": "NODE_OPTIONS='--max-old-space-size=6192' npx astro build",
+ "build": "export NODE_OPTIONS='--max-old-space-size=6192' || set NODE_OPTIONS='--max-old-space-size=6192'&& npx astro build",
8
"typegen:worker": "npx wrangler types ./worker/worker-configuration.d.ts",
9
"check": "npm run check:astro && npm run check:worker",
10
"check:astro": "npx astro check",
0 commit comments