Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
astahmer committed Nov 7, 2023
1 parent 74d7de4 commit d4fd06c
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 @@ -5,7 +5,8 @@
"scripts": {
"build": "tsup",
"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"release": "changeset publish"
},
"dependencies": {
"ts-morph": "^20.0.0"
Expand Down

0 comments on commit d4fd06c

Please sign in to comment.