mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
6 lines
235 B
TOML
6 lines
235 B
TOML
[build.environment]
|
|
NODE_VERSION = "16"
|
|
NPM_FLAGS = "--version" # prevent Netlify npm install
|
|
[build]
|
|
publish = "docs/.vitepress/dist"
|
|
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs" |