14 lines
218 B
Bash
14 lines
218 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:)" .
|
|
|