chore: run dev server in background to see why actions can't reach sslip

This commit is contained in:
Stavros
2026-07-16 18:27:42 +03:00
parent d8ee3e77f8
commit 4eeede6bcb
+2 -2
View File
@@ -5,10 +5,10 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"down": "docker compose -f docker-compose.e2e.yml down", "down": "docker compose -f docker-compose.e2e.yml down",
"up": "docker compose -f docker-compose.e2e.yml up --build --force-recreate --remove-orphans", "up": "docker compose -f docker-compose.e2e.yml up --build --force-recreate --remove-orphans -d",
"test": "playwright test", "test": "playwright test",
"report": "playwright show-report", "report": "playwright show-report",
"netcheck": "curl http://tinyauth.127.0.0.1.sslip.io/api/healthz && curl localhost" "netcheck": "cat /etc/resolv.conf && curl http://tinyauth.127.0.0.1.sslip.io/api/healthz && curl localhost"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",