From f17d9dcb17ff43019ae187fb10392eb40c70c7db Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 5 Feb 2025 10:08:01 +1100 Subject: [PATCH] fix(justfile): docs depends on pnpm-install --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 8afcbb703b..2df21aa08f 100644 --- a/Justfile +++ b/Justfile @@ -312,7 +312,7 @@ lint-scripts: shellcheck -f gcc -e SC2016 $(find scripts -type f -not -path scripts/tests) | to-annotation # Run live docs server -docs: +docs: pnpm-install @cd docs && pnpm start # Generate LSP hover help text