]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
build: easy test locally
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 12:59:13 +0000 (14:59 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 12:59:13 +0000 (14:59 +0200)
package.json

index 780347fa767533d84d2167e13995375795dc7269..ebece486161b29782f0c287d9f186003b805cfb9 100644 (file)
@@ -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",