Skip to content

Commit

Permalink
Simplify to single Playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Dec 1, 2024
1 parent f02cddf commit 15968de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/up-to-date.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ if [ -z "$(git status --porcelain)" ]; then
exit 0
fi

useNpm exec -- playwright install-deps
useNpm exec -- playwright install
useNpm exec -- playwright install --with-deps
useNpm run migration up
useNpm run ship
git add "$ROOT"/package{,-lock}.json "$ROOT"/*/package.json
Expand Down

0 comments on commit 15968de

Please sign in to comment.