Skip to content

Commit 5b7900d

Browse files
committed
chore: update update_readme.sh
Add UpdatePlaywrightVersion.java execution to update playwright dependencies in README.md
1 parent 482f5fa commit 5b7900d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/update_readme.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ mvn install --no-transfer-progress -D skipTests
1515

1616
echo "Updating browser versions in README.md"
1717
mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdateBrowserVersions
18+
19+
echo "Updating Playwright dependency version in README.md"
20+
mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdatePlaywrightVersion

0 commit comments

Comments
 (0)