8 lines
251 B
Bash
Executable File
8 lines
251 B
Bash
Executable File
#!/usr/bin/env bash
|
|
git push git@gitlab.com:cirosantilli/china-dictatorship.git
|
|
git push git@bitbucket.org:cirosantilli/china-dictatorship.git
|
|
./push-mirrors-bump-package-json-version
|
|
git add package.json
|
|
git commit -m 'bump package.json'
|
|
npm publish
|