We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10328a commit b19d4a5Copy full SHA for b19d4a5
package.json
@@ -27,6 +27,7 @@
27
"docs:build": "nuxi build docs",
28
"release": "npm run lint && npm run typecheck && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
29
"lint": "eslint .",
30
+ "typecheck": "npm run test:types && npm run test:types:playground",
31
"test:types": "vue-tsc --noEmit",
32
"test:types:playground": "cd playground && vue-tsc --noEmit",
33
"test": "vitest run",
0 commit comments