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",