Add Leo run to publish for sanity check

This commit is contained in:
howardwu 2021-02-25 10:35:51 -08:00
parent 9192c4a082
commit 9a609991e4

View File

@ -46,6 +46,11 @@ export UPDATED=$(cat Leo.toml \
export TOML=$(cat Leo.toml | sed "s/$CURRENT/$UPDATED/g")
echo $TOML > Leo.toml
# Run the package to confirm the manifest remains well-formed.
$LEO run
cat Leo.toml
# Publish the package to Aleo.pm
$LEO publish