mirror of
https://github.com/zadam/trilium.git
synced 2026-01-18 12:34:24 +01:00
fix(ci): website workflow failing due to postinstall scripts
This commit is contained in:
parent
ad4a8ec5f4
commit
c3623a15fb
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user