mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
fix(tests): Changle dep npm i
to dep i
(#337)
Co-authored-by: Artsiom Shamsutdzinau <shamsartem@gmail.com>
This commit is contained in:
parent
586249873f
commit
4efd6b2645
@ -7,7 +7,7 @@ dependencies:
|
|||||||
npm:
|
npm:
|
||||||
"@fluencelabs/registry": 0.6.2
|
"@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:
|
If you are developing from scratch without Fluence CLI, you should install it via npm:
|
||||||
|
|
||||||
|
4
build.sh
4
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}*")
|
packed_archive_file_name=$(find "./aqua" -type f -name "${packed_archive_file_name_pattern}*")
|
||||||
|
|
||||||
cd ./aqua-tests
|
cd ./aqua-tests
|
||||||
echo " '@fluencelabs/registry': file:../../.$packed_archive_file_name" >> "./fluence.yaml"
|
echo " '@fluencelabs/registry': file:.$packed_archive_file_name" >> "./fluence.yaml"
|
||||||
fluence dep npm i
|
fluence dep i
|
||||||
fluence aqua -i ./spell/spell.aqua --no-relay --air -o "../$DISTRO_TARGET/air"
|
fluence aqua -i ./spell/spell.aqua --no-relay --air -o "../$DISTRO_TARGET/air"
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user