Skip to content

Commit

Permalink
chore(docs): workaround netlify pnpm build issue (#11477)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Dec 23, 2022
1 parent 7a97a04 commit 13ac37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netlify.toml
@@ -1,6 +1,7 @@
[build.environment]
NODE_VERSION = "16"
NPM_FLAGS = "--version" # prevent Netlify npm install
[build]
publish = "docs/.vitepress/dist"
command = "pnpm ci-docs"
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run ci-docs"
ignore = "./scripts/docs-check.sh"

0 comments on commit 13ac37d

Please sign in to comment.