loadable-components/.mversionrc
2017-06-23 15:34:04 +02:00

8 lines
202 B
Plaintext

{
"scripts": {
"precommit": "yarn build && git add -A",
"postcommit": "git push && git push --tags",
"postupdate": "npm publish lib && conventional-github-releaser --preset angular"
}
}