Skip to content

Commit

Permalink
chore: push to origin master
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 17, 2020
1 parent 8d5ee38 commit 09c1476
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 @@ -12,7 +12,7 @@
"start": "nuxt start",
"generate": "nuxt generate",
"version": "npm run changelog && git add CHANGELOG.md",
"postversion": "git push --tags && npm run deploy",
"postversion": "git push --tags origin master && npm run deploy",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
Expand Down

0 comments on commit 09c1476

Please sign in to comment.