mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 09:33:42 -04:00
Comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user