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
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"
},