Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tools/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ echo "==> Running tools/bootstrap…"
echo "==> Running npm install…"
npm install

# Install Playwright and its dependencies
echo "==> Installing Playwright browsers and dependencies…"
npx playwright install-deps
npx playwright install

# Done
echo "==> tools/bootstrap done."
Loading