diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..ee0b745 --- /dev/null +++ b/build.sh @@ -0,0 +1,13 @@ +export POLLEN=BUILD +if [ "$1" == "clean" ]; then + rm -rf ~/git/pollen-tfl/* + cd ~/git/pollen-tfl + git reset --hard HEAD +fi +if [ "$1" != "quick" ]; then + raco pollen reset +fi +raco pollen setup +raco pollen render +raco pollen publish +unset POLLEN \ No newline at end of file