10 lines
177 B
Bash
10 lines
177 B
Bash
kbotd types
|
|
kbotd fetch
|
|
npm run webpack
|
|
sh scripts/update-readme.sh
|
|
cp README.md dist/README.md
|
|
cd dist
|
|
npm version patch
|
|
npm publish
|
|
cd ..
|
|
git commit -m "maintainence love:)" . |