Skip to content

Commit

Permalink
chore: add release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Feb 4, 2024
1 parent c239258 commit a2eca7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
pkgRoot: 'lib'
}
],
// '@semantic-release/github',
'@semantic-release/github',
[
'@semantic-release/git',
{
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"test": "vitest",
"prepare": "husky install",
"tsc:check": "tsc --noEmit",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"release": "semantic-release"
},
"keywords": [
"pansy",
Expand Down

0 comments on commit a2eca7a

Please sign in to comment.