Skip to content

Commit

Permalink
Add release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oscklm committed Jan 9, 2024
1 parent 9ff19d1 commit 65dbbc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/funny-moles-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"package-stack-example": patch
---

added release script
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"lint": "tsc"
},
"devDependencies": {
Expand Down

0 comments on commit 65dbbc8

Please sign in to comment.