mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
7 lines
342 B
TOML
7 lines
342 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"
|
|
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs package.json pnpm-lock.yaml netlify.toml" |