]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: add type tests
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 10:13:03 +0000 (12:13 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 22 Sep 2020 10:13:03 +0000 (12:13 +0200)
package.json

index 90f54985b2862bec07fa5acdf754a71906d83eb0..dcb77579c74d6f42dd74c6f2c59863f0bd851e8b 100644 (file)
@@ -25,7 +25,7 @@
     "test:unit": "jest --coverage",
     "dev": "yarn run unit --watchAll",
     "pretest": "yarn run lint",
-    "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts"
+    "test": "yarn run test:types && yarn run test:unit && yarn run build && yarn run build:dts && yarn test:dts"
   },
   "files": [
     "dist/*.js",