Skip to content

Commit

Permalink
ci(release): adds release branch to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikj31 committed Nov 10, 2023
1 parent 74a84d6 commit 03ec0a7
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 @@ -9,6 +9,11 @@
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main"
]
},
"scripts": {
"pack:local": "npm run build && npm pack",
"build": "rimraf lib && tsc",
Expand Down

0 comments on commit 03ec0a7

Please sign in to comment.