vite/netlify.toml

9 lines
231 B
TOML
Raw Permalink Normal View History

2021-09-24 20:21:04 +00:00
[build.environment]
2023-11-30 06:01:46 +00:00
NODE_VERSION = "20"
# don't need playwright for docs build
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
2021-09-24 20:21:04 +00:00
[build]
publish = "docs/.vitepress/dist"
command = "pnpm ci-docs"
ignore = "./scripts/docs-check.sh"