1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 08:30:47 +00:00
notes/script/build
2018-11-15 15:49:41 -05:00

9 lines
157 B
Bash
Executable File

#!/bin/sh
echo "Packaging gem... \n"
gem build just-the-docs.gemspec
echo "Cleaning up... \n"
git add *.gem
git commit -m 'Bump just-the-docs gem package'