Skip to content

Commit cea585e

Browse files
committed
Removed UI script
1 parent 004c36f commit cea585e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"install-playwright": "cd tests && vp exec playwright install --with-deps",
2525
"e2e:image": "docker build -t blocknote-e2e -f tests/Dockerfile .",
2626
"e2e": "bash tests/docker-run.sh -e CI=1 -- --run",
27-
"e2e:ui": "echo '\\n ▶ Vitest UI: http://localhost:63315/__vitest__/ (ignore the :51204 line the container logs below)\\n' && bash tests/docker-run.sh -p 127.0.0.1:63315:63315 -- --ui --watch --no-open",
2827
"e2e:updateSnaps": "bash tests/docker-run.sh -e CI=1 -- --run -u",
2928
"e2e:report": "serve -l 4173 tests/playwright-report",
3029
"lint": "vp lint",

0 commit comments

Comments
 (0)