We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b10b2 commit 61c67a7Copy full SHA for 61c67a7
netlify.toml
@@ -3,6 +3,6 @@ NODE_VERSION = "16"
3
NPM_FLAGS = "--version" # prevent Netlify npm install
4
5
[build]
6
-command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run docs:build"
+command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run -w docs:build"
7
ignore = "./scripts/docs-check.sh"
8
publish = "packages/docs/.vitepress/dist"
0 commit comments