From 6f9937aec5a8a43cfee3673fe88ce20b94bbb34b Mon Sep 17 00:00:00 2001 From: Graham Barber Date: Thu, 19 Mar 2026 09:30:45 -0700 Subject: [PATCH] add root test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa29227..93caa31 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "fmt:check": "oxfmt --check", "lint": "oxlint", "lint:fix": "oxlint --fix", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "pnpm -r test" }, "devDependencies": { "oxfmt": "^0.41.0", -- 2.51.2