2019-09-20 00:00:01 +00:00
|
|
|
#!/usr/bin/env bash
|
2020-03-17 00:00:00 +00:00
|
|
|
./push-mirrors-bump-package-json-version
|
|
|
|
|
git add package.json
|
|
|
|
|
git commit -m 'bump package.json'
|
|
|
|
|
npm publish
|
2020-03-17 00:00:02 +00:00
|
|
|
git push git@gitlab.com:cirosantilli/china-dictatorship.git
|
|
|
|
|
git push git@bitbucket.org:cirosantilli/china-dictatorship.git
|