fix: port option to run dev and e2e side-by-side (#10458)

This commit is contained in:
Nikolay Vitkov
2023-06-28 10:01:59 +02:00
committed by GitHub
parent ceb6fbb365
commit a43b346bfc
16 changed files with 150 additions and 34 deletions

View File

@@ -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": {