improvement: adapt to newer generation systems

This commit is contained in:
Kazhnuz 2020-05-20 10:26:42 +02:00
parent e3715fad34
commit 71fc156e01

4
update.sh Normal file → Executable file
View file

@ -1,9 +1,9 @@
cd hosted/rulebook cd hosted/rulebook
git pull git pull
gulp sh generate.sh
cd ../kazhnuz.space cd ../kazhnuz.space
git pull git pull
sh generate.sh sh generate.sh
cd ../kobold.city cd ../kobold.city
git pull git pull
gulp sh generate.sh