From 2ed453035eacdaff59a29a176933cb8cfc4d6ba2 Mon Sep 17 00:00:00 2001 From: Bruno Quaresma Date: Thu, 3 Aug 2023 11:15:45 -0300 Subject: [PATCH] fix: fix develop script and pnpm command (#8878) --- scripts/develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/develop.sh b/scripts/develop.sh index 41827041e1..671c46a0bd 100755 --- a/scripts/develop.sh +++ b/scripts/develop.sh @@ -190,7 +190,7 @@ fatal() { fi # Start the frontend once we have a template up and running - CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --cwd=./site dev --host + CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --dir ./site dev --host interfaces=(localhost) if command -v ip >/dev/null; then