chore: update netlify configuration (#10545)

This commit is contained in:
Dunqing 2022-10-20 15:22:33 +08:00 committed by GitHub
parent 15aa827283
commit 7562014916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"