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 6c738db commit 6d0b505Copy full SHA for 6d0b505
.github/workflows/anchor-link-audit.yml
@@ -39,7 +39,6 @@ jobs:
39
- run: npm run build
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- NODE_OPTIONS: "--max-old-space-size=4192"
43
44
- name: Install dependencies
45
run: curl https://htmltest.wjdp.uk | bash
package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"astro": "npx astro",
7
- "build": "npx astro build",
+ "build": "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