Skip to content

Commit

Permalink
chore: add type testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 7, 2023
1 parent f50c1b5 commit e9ffa5e
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@ jobs:

- name: Run test suite
run: pnpm test

# - name: Test types
# run: pnpm test:types
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:types": "vue-tsc --noEmit",
"test:watch": "vitest watch"
},
"dependencies": {
Expand All @@ -45,6 +46,8 @@
"changelogen": "^0.5.5",
"eslint": "^8.52.0",
"nuxt": "^3.8.0",
"vitest": "^0.33.0"
"typescript": "^5.2.2",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.22"
}
}
101 changes: 93 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9ffa5e

Please sign in to comment.