chore: rename browser agent to server (#521)

This commit is contained in:
Pavel Feldman 2025-06-04 16:43:11 -07:00 committed by GitHub
parent 0fb9646c4d
commit 27c498e0e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 8 deletions

View file

@ -24,6 +24,7 @@
"ctest": "playwright test --project=chrome",
"ftest": "playwright test --project=firefox",
"wtest": "playwright test --project=webkit",
"run-server": "node lib/browserServer.js",
"clean": "rm -rf lib",
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
},