From b1e6452698ef78c59561b6d083d9d0063a56387a Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sat, 4 Feb 2023 15:17:38 +0530 Subject: [PATCH] ci: fix --- .github/workflows/ci.yml | 2 +- docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {