Use pnpm dev in dev/start-web (#28684)

This commit is contained in:
-LAN- 2025-11-26 16:24:01 +08:00 committed by GitHub
parent 665d49d375
commit d696b9f35e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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