Skip to content

Commit

Permalink
add postversion
Browse files Browse the repository at this point in the history
  • Loading branch information
d0whc3r committed Apr 13, 2019
1 parent 245fb14 commit 4680339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"test:send-coverages": "yarn coverage:codecovs && yarn coverage:coveralls && yarn coverage:codacy",
"coverage:codecovs": "codecov -f coverage/*.json -t ${CODECOVS_TOKEN}",
"coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
"coverage:codacy": "cat ./coverage/lcov.info | codacy-coverage -p . --language typescript"
"coverage:codacy": "cat ./coverage/lcov.info | codacy-coverage -p . --language typescript",
"postversion": "git push --follow-tags"
},
"dependencies": {
"vue-router": "3.0.4"
Expand Down

0 comments on commit 4680339

Please sign in to comment.