From e4b7eade8c376401ecaad2b55c99aafe9bce5dfd Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 5 Jan 2021 14:36:48 +0100 Subject: [PATCH] chore: fix command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c06eba31..3e80b87c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "test:dts": "tsc -p ./test-dts/tsconfig.json", "test:types": "tsc --build tsconfig.json", "test:unit": "jest --coverage", - "dev": "yarn run unit --watchAll", + "dev": "yarn run test:unit --watchAll", "pretest": "yarn run lint", "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts" }, -- 2.47.3