mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-02-01 16:41:52 +00:00
8 lines
202 B
Plaintext
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"
|
|
}
|
|
}
|