1
0
mirror of synced 2026-08-04 22:46:55 +00:00

chore: move driver into separate jar (#81)

This commit is contained in:
Yury Semikhatsky
2020-12-01 17:38:32 -08:00
committed by GitHub
parent 8c07d241b0
commit 507e72c2cf
11 changed files with 224 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ FILE_PREFIX=playwright-cli-0.170.0-next.1605573954344
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
cd ../playwright/src/main/resources
cd ../driver/src/main/resources
if [[ -d driver ]]; then
echo "$(pwd)/driver already exists, delete it first"
exit 1;