Skip to content

Commit 731f04a

Browse files
Sync from github/github-well-architected-internal (main)
Source Repository: github/github-well-architected-internal Source Branch: main Source SHA: a89fa7dcec82fa93d631132ed15b0de0bccec2be
1 parent 4712fbf commit 731f04a

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)