Skip to content

Commit

Permalink
chore: add playground type test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 7, 2023
1 parent bd8108c commit 74f452c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ jobs:

# - name: Test types
# run: pnpm test:types

# - name: Test playground types
# run: pnpm test:types:playground
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"lint": "eslint .",
"test": "vitest run",
"test:types": "vue-tsc --noEmit",
"test:types:playground": "cd playground && vue-tsc --noEmit",
"test:watch": "vitest watch"
},
"dependencies": {
Expand Down

0 comments on commit 74f452c

Please sign in to comment.