From 604783c536ea533cf338dc2cfce5f3e451763bdf Mon Sep 17 00:00:00 2001 From: Daniel Wiehl Date: Fri, 13 Jun 2025 18:31:01 +0200 Subject: [PATCH] ci: do not watch tests in `before-push` script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34f6e95..e5f2119 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "solace-message-client", "scripts": { - "before-push": "run-s build lint test:headless", + "before-push": "run-s build lint \"test:headless -- --no-watch\"", "build": "run-s **:*:build **:*:typedoc", "lint": "run-p **:*:lint", "test": "run-s **:*:test",