From 926c2824914de8bfe3211467866dce641c6da824 Mon Sep 17 00:00:00 2001 From: toir Date: Mon, 15 Mar 2021 23:40:37 +0500 Subject: [PATCH] test:coverage -- -u --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb40f14..24c6963 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dist" ], "scripts": { - "all": "npm-run-all --sequential build lint test:coverage", + "all": "npm-run-all --sequential build lint test:coverage -- -u", "build": "./bin/build.sh", "lint": "eslint .", "test": "jest --watch",