diff --git a/package.json b/package.json index db7f5ba3..b96114ae 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "format-check": "npm run format-check --ws", "generate-docs": "python3 -m venv .venv && source .venv/bin/activate && pip install -r docs/requirements.txt && python docs/architecture/schema.py", "lint": "npm run lint --ws", - "test:unit": "npm run test:unit --ws" + "test:unit": "npm run test:unit -w backend -w frontend" }, "workspaces": [ "backend",