Skip to content

Commit

Permalink
added missing git command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Elliott committed Feb 14, 2020
1 parent 8a846db commit 997616f
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 @@
"bump:major": "gulp bumping --type major",
"bump:minor": "gulp bumping --type minor",
"bump:patch": "gulp bumping --type patch",
"commit": "git add . && git commit -m 'Built HTMLstarterkit and updated CHANGELOG.md'",
"commit": "git add . && git commit -m 'Built HTMLstarterkit and updated CHANGELOG.md' && git push origin",
"release:major": "npm run bump:major && redrun starterkit:build changelog:build commit git-tag -s",
"release:minor": "npm run bump:minor && redrun starterkit:build changelog:build commit git-tag -s",
"release:patch": "npm run bump:patch && redrun starterkit:build changelog:build commit git-tag -s"
Expand Down

0 comments on commit 997616f

Please sign in to comment.