Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- .
10 changes: 3 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
[build]
# Use rfcs/ as base to avoid Netlify detecting the root pnpm workspace
# (rolldown-vite patches don't exist on Netlify, causing pnpm install to fail).
# The ignore command watches docs/ so builds still trigger on docs changes.
base = "rfcs/"
ignore = "git diff --quiet $CACHED_COMMIT_REF HEAD -- ../docs/"
command = "cd ../docs && npm i --force && npm run build"
publish = "../docs/.vitepress/dist"
base = "docs/"
command = "pnpm build"
publish = ".vitepress/dist"
Loading