Skip to content

Commit

Permalink
chore: Added release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Aug 26, 2024
1 parent 2217433 commit 36b2ca0
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 120 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dist"
],
"scripts": {
"release": "bumpp",
"dev": "rimraf dist && tsc -w",
"build": "rimraf dist && tsc"
},
Expand All @@ -21,6 +22,7 @@
"@medusajs/utils": "preview",
"@medusajs/workflows-sdk": "preview",
"axios": "^1.7.4",
"bumpp": "^9.5.2",
"rimraf": "^6.0.1",
"typescript": "^5.5.4",
"zod": "^3.23.8"
Expand Down
Loading

0 comments on commit 36b2ca0

Please sign in to comment.