Skip to content

Commit

Permalink
allow releasing from other branch than master
Browse files Browse the repository at this point in the history
  • Loading branch information
Gido Manders committed Mar 24, 2023
1 parent 7a4b3c2 commit ff98c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lint": "npm run lint:test && npm run lint:src",
"lint:test": "eslint \"src/**\"",
"lint:src": "eslint \"tests/**\"",
"release": "npm run tsc && np",
"release": "npm run tsc && np --branch=release/1.x",
"dev:publish": "./scripts/dev-publish.sh",
"prepare": "husky install"
},
Expand Down

0 comments on commit ff98c2c

Please sign in to comment.