13 lines
213 B
Bash
13 lines
213 B
Bash
#!/bin/sh
|
|
kbot-d types
|
|
kbot-d fetch
|
|
kbot-d build
|
|
npm run webpack
|
|
sh scripts/update-readme.sh
|
|
cp README.md dist/README.md
|
|
cd dist
|
|
npm version patch
|
|
npm publish -tag next
|
|
cd ..
|
|
git commit -m "maintainence love:)" .
|