Skip to content

Commit b19d4a5

Browse files
committed
chore: update types command
1 parent d10328a commit b19d4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"docs:build": "nuxi build docs",
2828
"release": "npm run lint && npm run typecheck && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2929
"lint": "eslint .",
30+
"typecheck": "npm run test:types && npm run test:types:playground",
3031
"test:types": "vue-tsc --noEmit",
3132
"test:types:playground": "cd playground && vue-tsc --noEmit",
3233
"test": "vitest run",

0 commit comments

Comments
 (0)