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