Skip to content

Commit b9c473c

Browse files
committed
fix: run.sh pass vitepress args correctly
1 parent c1dc881 commit b9c473c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ if [[ -n "${pids}" ]]; then
55
kill -9 ${pids} 2>/dev/null || true
66
fi
77

8-
pnpm run docs:dev -- --port "${port}" --strictPort
8+
pnpm docs:dev --port "${port}" --strictPort

0 commit comments

Comments
 (0)