Skip to content

Commit

Permalink
fix: missing new version script (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn authored Feb 14, 2025
1 parent 1976f9a commit 4067ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo build && changeset publish",
"prepare": "husky install"
"prepare": "husky install",
"new-version": "changeset version && pnpm run build"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
Expand All @@ -31,4 +32,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 4067ac0

Please sign in to comment.