From 716f86033ec7e2fd3f6a7a135df1dd92be2b5a8c Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 11 Mar 2024 15:09:45 -0500 Subject: [PATCH] revert debug npm run command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d21de00..871df96 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "dist/index.js", "scripts": { "build": "ncc build src/entry.js -o dist", - "test": "vitest run retries", + "test": "vitest run", "test:integration:basic": "vitest run -c integrationTests/basic/vitest.config.js", "test:integration:enterprise": "vitest run -c integrationTests/enterprise/vitest.config.js", "test:integration:e2e": "vitest run -c integrationTests/e2e/vitest.config.js",