diff --git a/package.json b/package.json index bbdb6fa2..1687c6fd 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dev:backend": "npm -w packages/backend run dev", "dev:radar": "npm -w packages/backend run dev:radar", "dev:test": "concurrently \"npm run dev:frontend\" \"npm run dev:backend:test\"", - "todo": "TODO: clean scripts below and verify they all work", "dev:withradar": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\" \"npm run dev:radar\"", "dev:backend:test": "npm -w packages/backend run test", "test": "npx playwright test",