We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33adfd commit e9160b1Copy full SHA for e9160b1
package.json
@@ -30,7 +30,8 @@
30
"build": "vue-tsc -b && vite build && npm run generate-types",
31
"generate-types": "vue-tsc lib/vue-local-scope.ts --declaration --emitDeclarationOnly --outDir dist",
32
"preview": "vite preview",
33
- "test": "vue-tsc -b"
+ "test": "vue-tsc -b",
34
+ "release": "npx np"
35
},
36
"peerDependencies": {
37
"vue": "^3.5.12"
0 commit comments