Skip to content

Commit

Permalink
fix: release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
ritesh404 committed Dec 2, 2020
1 parent 933ed1c commit fb6a234
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
"prepare": "npm run build",
"semantic-release": "semantic-release"
},
"release": {
"branches": [
"main"
]
},
"lint-staged": {
"*.ts": [
"prettier --parser typescript --write",
Expand Down

0 comments on commit fb6a234

Please sign in to comment.