Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 15968de

Browse files
committed
Simplify to single Playwright install
1 parent f02cddf commit 15968de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/up-to-date.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ if [ -z "$(git status --porcelain)" ]; then
2525
exit 0
2626
fi
2727

28-
useNpm exec -- playwright install-deps
29-
useNpm exec -- playwright install
28+
useNpm exec -- playwright install --with-deps
3029
useNpm run migration up
3130
useNpm run ship
3231
git add "$ROOT"/package{,-lock}.json "$ROOT"/*/package.json

0 commit comments

Comments
 (0)