Skip to content

Commit

Permalink
Merge pull request #84 from reubenae/fix-release-auto
Browse files Browse the repository at this point in the history
fix(release): release command for auto
  • Loading branch information
skodamarthi authored Oct 22, 2020
2 parents fb7e818 + 6be20d4 commit e27a647
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 @@ -13,7 +13,7 @@
"clean": "rm -rf node_modules",
"rebuild": "npm run clean && npm install && npm run build",
"prepublishOnly": "webpack",
"release": "auto shipit"
"release": "yarn auto shipit"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e27a647

Please sign in to comment.