Skip to content

Commit 2ed4530

Browse files
fix: fix develop script and pnpm command (#8878)
1 parent 7493b28 commit 2ed4530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ fatal() {
190190
fi
191191

192192
# Start the frontend once we have a template up and running
193-
CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --cwd=./site dev --host
193+
CODER_HOST=http://127.0.0.1:3000 start_cmd SITE date pnpm --dir ./site dev --host
194194

195195
interfaces=(localhost)
196196
if command -v ip >/dev/null; then

0 commit comments

Comments
 (0)