Skip to content

Commit 74f452c

Browse files
committed
chore: add playground type test
1 parent bd8108c commit 74f452c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ jobs:
6767

6868
# - name: Test types
6969
# run: pnpm test:types
70+
71+
# - name: Test playground types
72+
# run: pnpm test:types:playground

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"lint": "eslint .",
2727
"test": "vitest run",
2828
"test:types": "vue-tsc --noEmit",
29+
"test:types:playground": "cd playground && vue-tsc --noEmit",
2930
"test:watch": "vitest watch"
3031
},
3132
"dependencies": {

0 commit comments

Comments
 (0)