This commit is contained in:
MartinBraquet
2026-03-15 17:52:03 +01:00
parent 5ecbd3ba91
commit c8735b8b01

View File

@@ -7,6 +7,7 @@ cd "$(dirname "$0")"/..
export NEXT_PUBLIC_ISOLATED_ENV=true
export CI=true
#export NEXT_PUBLIC_LOG_LEVEL=debug
# Colors for output
RED='\033[0;31m'
@@ -62,9 +63,6 @@ print_status "Killing any stale processes..."
supabase stop --no-backup 2>/dev/null || true
sleep 2 # Give ports time to free up
# Build backend (required?)
#./scripts/build_api.sh
# Install Playwright browsers
print_status "Installing Playwright browsers..."
npx playwright install chromium # --with-deps