From b6f8bde3bae352bc2d418722e36f86ba44d65da5 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 15:59:45 -0700 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 +++++- docs/package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19737a472d..2d6bb23ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,8 @@ jobs: - run: pnpm install --frozen-lockfile - uses: nrwl/nx-set-shas@v4 - - run: npx nx run @zitadel/docs:build \ No newline at end of file + - name: build + run: npx nx run @zitadel/docs:build + env: + NODE_OPTIONS: "--max-old-space-size=8192" + DEBUG: "docusaurus:*" diff --git a/docs/package.json b/docs/package.json index fcc2dbe73c..40085ad87f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -4,7 +4,7 @@ "scripts": { "docusaurus": "docusaurus", "dev": "docusaurus start --port 3003 --host 0.0.0.0", - "build": "NODE_OPTIONS=--max-old-space-size=8192 DEBUG=\"docusaurus:*\" docusaurus build", + "build": "docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear",