Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord committed Jan 8, 2022
1 parent 5872268 commit 8611577
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 @@ -23,7 +23,8 @@
"build": "npm-run-all --parallel build:** && npm run types",
"build:js": "vite build",
"build:source": "tsc",
"types": "tsc --emitDeclarationOnly --declaration --outDir ./dist/types"
"types": "tsc --emitDeclarationOnly --declaration --outDir ./dist/types",
"publish": "release-it"
},
"release-it": {
"git": {
Expand Down

0 comments on commit 8611577

Please sign in to comment.