fixed env variable

This commit is contained in:
damirka 2021-06-24 20:13:18 +03:00
parent c229e41790
commit 7205fbe22a

View File

@ -1,8 +1,8 @@
# leo add (w/o login) & remove
LEO new my-app && cd my-app || exit 1
LEO add justice-league/u8u32
$LEO new my-app && cd my-app || exit 1
$LEO add justice-league/u8u32
echo "import u8u32.u8_u32; function main() {}" > src/main.leo
LEO build
LEO remove u8u32
LEO clean
$LEO build
$LEO remove u8u32
$LEO clean