fix(ci): semantic release plugins.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-11-12 17:06:15 -02:00
parent 5588e1b64a
commit bfaceb871a

View file

@ -204,8 +204,7 @@
], ],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}, },
"@semantic-release/git", "@semantic-release/git"
"@semantic-release/github"
], ],
"publish": [ "publish": [
"@semantic-release/changelog", "@semantic-release/changelog",
@ -228,9 +227,9 @@
"pre-push": [ "pre-push": [
"echo skip npm run unused-deps", "echo skip npm run unused-deps",
"echo skip npm npm run secure", "echo skip npm npm run secure",
"npm run license", "echo skip npm run license",
"npm run ban -- --all", "echo skip npm run ban -- --all",
"echo npm run size" "echo skip run size"
], ],
"post-commit": [], "post-commit": [],
"post-checkout": [], "post-checkout": [],