empty target/universal before deploy

This commit is contained in:
Thibault Duplessis 2019-12-12 20:49:56 -06:00
parent b5983d76ef
commit d7c428748c

View file

@ -47,7 +47,8 @@ if [ $mode = "main" ]; then
$CLI deploy pre
fi
./run stage
rm -rf target/universal
./lila stage
if [ $? != 0 ]; then
lilalog "Deploy canceled"
exit 1