From 9447705c73f7d74ce7fc87f2d34a00f85d3c496a Mon Sep 17 00:00:00 2001 From: Quinn Ftw Date: Thu, 29 Jan 2026 15:25:58 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(run):=20=E2=AC=86=EF=B8=8F=20Updat?= =?UTF-8?q?e=20dependencies=20in=20run/package.json=20to=20ensure=20versio?= =?UTF-8?q?n=20synchronization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- run/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/run/package.json b/run/package.json index 467199d..7592396 100644 --- a/run/package.json +++ b/run/package.json @@ -4,6 +4,10 @@ "private": true, "type": "module", "description": "Lilith Platform unified run command tooling", + "scripts": { + "test": "vitest run", + "test:watch": "vitest" + }, "dependencies": { "@lilith/deployment-registry": "1.0.0-dev.1769690054", "@lilith/service-orchestrator": "1.2.3", @@ -17,6 +21,7 @@ "devDependencies": { "@types/node": "^25.0.9", "tsx": "^4.21.0", - "typescript": "^5.9.3" + "typescript": "^5.9.3", + "vitest": "^3.0.4" } }