From 9a668a5a8bdfecd8fda944de02fc9f3250fc6c5d Mon Sep 17 00:00:00 2001 From: dgreif Date: Sun, 12 Jan 2025 11:50:22 -0500 Subject: [PATCH] Run tests without watch mode by default --- packages/ring-client-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 4bc6f9d4..e8a6bcfd 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -15,7 +15,7 @@ "build": "rm -rf lib && tsc --declaration && chmod +x ./lib/ring-*-cli.js && rm -rf ./lib/test", "dev": "tsc --declaration --watch --preserveWatchOutput", "lint": "eslint .", - "test": "vitest" + "test": "vitest run" }, "dependencies": { "@eneris/push-receiver": "4.3.0",