From: Eduardo San Martin Morote Date: Thu, 19 Aug 2021 12:59:13 +0000 (+0200) Subject: build: easy test locally X-Git-Tag: @pinia/nuxt@0.0.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1698171cdbdaad8f2c52b2bba775b9e39cef61f;p=thirdparty%2Fvuejs%2Fpinia.git build: easy test locally --- diff --git a/package.json b/package.json index 780347fa..ebece486 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build:dts": "lerna run build:dts --parallel", "lint": "prettier -c --parser typescript \"packages/*/{src,__tests__,e2e}/**/*.[jt]s?(x)\"", "lint:fix": "yarn run lint --write", - "test": "yarn run test:types && yarn run test:jest && lerna run test", + "test": "yarn run test:types && yarn run test:jest && lerna run test && yarn run build && yarn run build:dts && yarn test:dts", "test:jest": "jest --coverage", "test:types": "tsc --build ./tsconfig.json", "test:dts": "lerna run test:dts",