diff --git a/dev/start-web b/dev/start-web index dc06d6a59f..31c5e168f9 100755 --- a/dev/start-web +++ b/dev/start-web @@ -5,4 +5,4 @@ set -x SCRIPT_DIR="$(dirname "$(realpath "$0")")" cd "$SCRIPT_DIR/../web" -pnpm install && pnpm build && pnpm start +pnpm install && pnpm dev