vite/netlify.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
231 B
TOML
Raw Normal View History

2021-09-24 20:21:04 +00:00
[build.environment]
NODE_VERSION = "18"
# 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"