From: Eduardo San Martin Morote Date: Tue, 5 Jan 2021 13:36:48 +0000 (+0100) Subject: chore: fix command X-Git-Tag: v2.0.0-alpha.7~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e4b7eade8c376401ecaad2b55c99aafe9bce5dfd;p=thirdparty%2Fvuejs%2Fpinia.git chore: fix command --- 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" },