fix(chore): release scripts

This commit is contained in:
Sibelius Seraphini 2018-02-12 08:00:15 -02:00
parent 42ac309040
commit 94dddc7d02

View File

@ -55,8 +55,8 @@
"lint": "eslint src",
"lint:staged": "lint-staged",
"prettier": "prettier --write --single-quote true --trailing-comma all --print-width 100",
"release:patch": "npm run check && npm version patch && git push --follow-tags",
"release:minor": "npm run check && npm version minor && git push --follow-tags",
"release:major": "npm run check && npm version major && git push --follow-tags"
"release:patch": "npm version patch && git push --follow-tags",
"release:minor": "npm version minor && git push --follow-tags",
"release:major": "npm version major && git push --follow-tags"
}
}