Skip to content

Commit 41f1c8b

Browse files
chore(repo): sync from inner source
Sync from github/github-well-architected-internal (main) Source Repository: github/github-well-architected-internal Source Branch: main Source SHA: a89fa7dcec82fa93d631132ed15b0de0bccec2be Co-authored-by: well-architected-sync-bot[bot] <235114805+well-architected-sync-bot[bot]@users.noreply.github.com>
1 parent 4712fbf commit 41f1c8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/bootstrap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ echo "==> Running tools/bootstrap…"
1010
echo "==> Running npm install…"
1111
npm install
1212

13+
# Install Playwright and its dependencies
14+
echo "==> Installing Playwright browsers and dependencies…"
15+
npx playwright install-deps
16+
npx playwright install
17+
1318
# Done
1419
echo "==> tools/bootstrap done."

0 commit comments

Comments
 (0)