Skip to content

Commit

Permalink
chore: install publish-please
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Feb 9, 2022
1 parent c5bee35 commit 0241c1d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"test": "tsdx test --notify --verbose",
"lint": "tsdx lint",
"prepack": "yarn build",
"prepare": "husky install"
"prepare": "husky install",
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"importSort": {
".ts": {
Expand Down Expand Up @@ -76,4 +78,4 @@
"**/jest": "^26.6.3",
"**/ts-jest": "^26.4.4"
}
}
}

0 comments on commit 0241c1d

Please sign in to comment.