]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: adapt script
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 15:02:19 +0000 (17:02 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 17 Aug 2021 15:02:19 +0000 (17:02 +0200)
.github/workflows/test.yml
package.json

index 617ad7ecbfc9e17b552da82cc5d26a95b679a8af..f529f076903a5de0b40d3d34910819459bf0149f 100644 (file)
@@ -20,6 +20,8 @@ jobs:
       - run: yarn install --frozen-lockfile
       - run: yarn lerna bootstrap
       - run: yarn run lint
+      - run: yarn run test:types
       - run: yarn run test:jest
       - run: yarn run build
+      - run: yarn run test:dts
       - run: yarn codecov
index d3472e66de491d3e17ca9e0e9d81ba3507aaa5bc..0e75ca559a09f7af498eec8d10d9eb8d5718d2fc 100644 (file)
@@ -12,6 +12,8 @@
     "lint:fix": "yarn run lint --write",
     "test": "lerna run test && yarn run test:jest",
     "test:jest": "jest --coverage",
+    "test:types": "lerna run test:types",
+    "test:dts": "lerna run test:dts",
     "docs:api": "typedoc TODO:"
   },
   "devDependencies": {