From 173a6b763cdd6aaa4e7ba0c5ec3586db3f2ae879 Mon Sep 17 00:00:00 2001 From: Sergey Sova Date: Sun, 8 Sep 2019 13:20:55 +0300 Subject: [PATCH] chore: do not watch on yarn test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63c2970..9e78a28 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "node scripts/start.js", "build": "node scripts/build.js", - "test": "yarn test:lint && yarn test:code", + "test": "yarn test:lint && yarn test:code --no-watch", "test:code": "node scripts/test.js", "test:lint": "eslint .", "commit": "git-cz",