chore(extension): wrap CDP protocol (#604)
This commit is contained in:
parent
ded00dc422
commit
137b74750c
5 changed files with 99 additions and 134 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"wtest": "playwright test --project=webkit",
|
||||
"etest": "playwright test --project=chromium-extension",
|
||||
"run-server": "node lib/browserServer.js",
|
||||
"clean": "rm -rf lib",
|
||||
"clean": "rm -rf lib && rm -rf extension/lib",
|
||||
"npm-publish": "npm run clean && npm run build && npm run test && npm publish"
|
||||
},
|
||||
"exports": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue