mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-01 02:08:31 +03:00
Add Leo run to publish for sanity check
This commit is contained in:
parent
9192c4a082
commit
9a609991e4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user