chore: update netlify configuration (#1501)

pull/1504/head
Divyansh Singh 2 years ago committed by GitHub
parent 57116607b8
commit dac59a8c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save