Skip to content

Commit 61c67a7

Browse files
committed
docs: fix deploy
1 parent a1b10b2 commit 61c67a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ NODE_VERSION = "16"
33
NPM_FLAGS = "--version" # prevent Netlify npm install
44

55
[build]
6-
command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run docs:build"
6+
command = "npx pnpm@7 i --store=node_modules/.pnpm-store && npx pnpm@7 run -w docs:build"
77
ignore = "./scripts/docs-check.sh"
88
publish = "packages/docs/.vitepress/dist"

0 commit comments

Comments
 (0)