mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 14:48:41 +00:00
chore: update netlify configuration (#10545)
This commit is contained in:
parent
15aa827283
commit
7562014916
@ -1,7 +1,6 @@
|
||||
[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"
|
||||
command = "pnpm ci-docs"
|
||||
ignore = "./scripts/docs-check.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user