Skip to content

Commit

Permalink
chore: add release command
Browse files Browse the repository at this point in the history
  • Loading branch information
iamandrewluca committed Oct 31, 2024
1 parent a33adfd commit e9160b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"build": "vue-tsc -b && vite build && npm run generate-types",
"generate-types": "vue-tsc lib/vue-local-scope.ts --declaration --emitDeclarationOnly --outDir dist",
"preview": "vite preview",
"test": "vue-tsc -b"
"test": "vue-tsc -b",
"release": "npx np"
},
"peerDependencies": {
"vue": "^3.5.12"
Expand Down

0 comments on commit e9160b1

Please sign in to comment.