diff --git a/INSTALL.md b/INSTALL.md index af88b9b..5c6ed57 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,7 +7,7 @@ dependencies: npm: "@fluencelabs/registry": 0.6.2 ``` -And then run `fluence dep npm i` +And then run `fluence dep i` If you are developing from scratch without Fluence CLI, you should install it via npm: diff --git a/build.sh b/build.sh index 856aa74..ef4c852 100755 --- a/build.sh +++ b/build.sh @@ -20,8 +20,8 @@ packed_archive_file_name_pattern="fluencelabs-registry-" packed_archive_file_name=$(find "./aqua" -type f -name "${packed_archive_file_name_pattern}*") cd ./aqua-tests -echo " '@fluencelabs/registry': file:../../.$packed_archive_file_name" >> "./fluence.yaml" -fluence dep npm i +echo " '@fluencelabs/registry': file:.$packed_archive_file_name" >> "./fluence.yaml" +fluence dep i fluence aqua -i ./spell/spell.aqua --no-relay --air -o "../$DISTRO_TARGET/air" cd -