chore: remove pnpm build from dev-setup command (#26504)
This commit is contained in:
parent
decf0f3da0
commit
19936d23d1
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue