vite/netlify.toml

6 lines
244 B
TOML
Raw Permalink Normal View History

2021-09-24 20:21:04 +00:00
[build.environment]
NODE_VERSION = "16"
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = "docs/.vitepress/dist"
2022-05-04 10:05:56 +00:00
command = "npx pnpm@6 i --store=node_modules/.pnpm-store --frozen-lockfile && npx pnpm@6 run ci-docs"