[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-docs. quick setup, simple, minimalistic docs for your github project flo-bit.dev/tiny-docs/
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20 from tompscanlan/fix/pnpm-ignored-builds-ci

fix(ci): declare built dependencies to stop ERR_PNPM_IGNORED_BUILDS

author
Florian
committer
GitHub
date (Jun 7, 2026, 4:39 PM +0200) commit 3125e5b7 parent 3c408077
+11
+11
pnpm-workspace.yaml
··· 1 1 packages: 2 2 - "." 3 + 4 + # Allow native deps to run their install/build scripts. Without this, 5 + # pnpm 10 reports "Ignored build scripts", which is only a warning locally 6 + # but becomes a hard ERR_PNPM_IGNORED_BUILDS failure in CI (e.g. inside 7 + # withastro/action). That is what breaks the Deploy Docs workflow. 8 + # es5-ext's script is only a funding notice, so it stays ignored. 9 + onlyBuiltDependencies: 10 + - esbuild 11 + - sharp 12 + ignoredBuiltDependencies: 13 + - es5-ext