mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix: port option to run dev and e2e side-by-side (#10458)
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"dev:test": "npm run test --watch",
|
||||
"dev": "npm run build --watch",
|
||||
"test": "wireit",
|
||||
"sandbox": "node tools/sandbox.js"
|
||||
"sandbox": "node tools/sandbox.js",
|
||||
"sandbox:test": "node tools/sandbox.js --test"
|
||||
},
|
||||
"wireit": {
|
||||
"build": {
|
||||
|
||||
Reference in New Issue
Block a user