From c3623a15fb2381c6f17025c8cffce072f83bb064 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 13 Jan 2026 10:09:51 +0200 Subject: [PATCH] fix(ci): website workflow failing due to postinstall scripts --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index cb141375c..ad04a68c3 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -34,7 +34,7 @@ jobs: cache: "pnpm" - name: Install dependencies - run: pnpm install --filter website --frozen-lockfile + run: pnpm install --filter website --frozen-lockfile --ignore-scripts - name: Build the website run: pnpm website:build