Skip to content

Commit 69ce673

Browse files
committed
wip: try removing node_modules
1 parent 66c543a commit 69ce673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
55
[build]
66
publish = "docs/.vitepress/dist"
7-
command = "pnpm ci-docs"
7+
command = "rm -rf node_modules && pnpm i && pnpm ci-docs"
88
ignore = "./scripts/docs-check.sh"

0 commit comments

Comments
 (0)