mirror of https://github.com/vuejs/vitepress
chore: update netlify configuration (#1501)
parent
57116607b8
commit
dac59a8c94
@ -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 && npm run ci-docs"
|
||||
command = "pnpm ci-docs"
|
||||
|
Loading…
Reference in new issue