diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2ee3e7e7a..48ac353052e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: working-directory: docs run: npm run lint:links env: - NODE_OPTIONS: --max-old-space-size=2048 + NODE_OPTIONS: --max-old-space-size=4096 test_on_node: name: Test diff --git a/docs/package.json b/docs/package.json index 96bf85f2c7a..c676b307f07 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "start": "npm-run-all build:sass --parallel watch:*", "build": "npm-run-all build:sass build:eleventy images", "lint:scss": "stylelint \"**/*.{scss,html}\"", - "lint:links": "hyperlink ./_site/index.html --canonicalroot https://eslint.org/docs/head/ -r --internal ./_site/index.html --pretty --skip https:// --skip fragment-redirect --skip migrating-to --skip /blog --skip /play --skip /team --skip /donate --skip /docs/latest --skip _site/rules/null | tap-spot", + "lint:links": "hyperlink ./_site/index.html --canonicalroot https://eslint.org/docs/head/ -r --internal ./_site/index.html --pretty --skip https:// --skip fragment-redirect --skip migrating-to --skip /blog --skip /play --skip /team --skip /donate --skip /docs/latest --skip _site/rules/null > internal-links.tap; cat internal-links.tap | tap-spot", "lint:fix:scss": "npm run lint:scss -- --fix" }, "devDependencies": {