Skip to content

Commit

Permalink
chore: release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cmath10 committed Apr 26, 2024
1 parent 1340cc2 commit d211f33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"Kirill Zaytsev <[email protected]>"
],
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"release": "standard-version",
"release:major": "standard-version --release-as major",
"release:minor": "standard-version --release-as minor",
"release:patch": "standard-version --release-as patch"
},
"dependencies": {
"@remote-ui/core": "^2.2.4",
Expand Down

0 comments on commit d211f33

Please sign in to comment.