mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 22:44:47 +03:00
Cleanup
This commit is contained in:
parent
a839f38718
commit
ffd0566c65
@ -1,6 +1,8 @@
|
||||
# leo clone
|
||||
|
||||
$LEO clone leobot/test-app
|
||||
# Clone the test-app package.
|
||||
export PACKAGE="$ALEO_PM_USERNAME/test-app"
|
||||
$LEO clone $PACKAGE
|
||||
|
||||
# Assert that the 'test-app' folder is not empty
|
||||
|
||||
|
@ -49,8 +49,6 @@ 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