fix(ci): website workflow failing due to postinstall scripts

This commit is contained in:
Elian Doran 2026-01-13 10:09:51 +02:00
parent ad4a8ec5f4
commit c3623a15fb
No known key found for this signature in database

View File

@ -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