chore: remove pnpm build from dev-setup command (#26504)

This commit is contained in:
-LAN- 2025-09-30 21:30:15 +08:00 committed by GitHub
parent decf0f3da0
commit 19936d23d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ prepare-web:
@echo "🌐 Setting up web environment..."
@cp -n web/.env.example web/.env 2>/dev/null || echo "Web .env already exists"
@cd web && pnpm install
@cd web && pnpm build
@echo "✅ Web environment prepared (not started)"
# Step 3: Prepare API environment