Skip to content

Commit

Permalink
update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakprabhakara committed Nov 13, 2023
1 parent e583653 commit e7038c0
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 @@ -34,7 +34,7 @@
"lint": "eslint .",
"lint:fix": "eslint --fix --ext .js,.jsx .",
"prepublishOnly": "npm run build",
"release": "git checkout release && git merge origin/main && release-it"
"release": "git checkout release && git merge origin/main && release-it && git checkout main && git merge origin/release && git push origin main"
},
"dependencies": {
"@xmldom/xmldom": "0.8.10",
Expand Down

0 comments on commit e7038c0

Please sign in to comment.