1
0
mirror of synced 2026-07-07 09:00:02 +00:00

docs: update browser versions, fix wording in readme (#331)

This commit is contained in:
Yury Semikhatsky
2021-03-06 08:04:03 -08:00
committed by GitHub
parent 93a54d0a52
commit ed68a789ef
3 changed files with 14 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ cd "$(dirname $0)/.."
./scripts/generate_api.sh
# Built from source and do local install.
mvn clean install --no-transfer-progress -DskipTests
mvn clean install --no-transfer-progress -D skipTests
echo "Updating browser versions in README.md"
mvn exec:java --f ./tools/update-docs-version -Dexec.mainClass=com.microsoft.playwright.tools.UpdateBrowserVersions
mvn compile exec:java --f ./tools/update-docs-version -D exec.mainClass=com.microsoft.playwright.tools.UpdateBrowserVersions