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