From 6afb63200c704ec019ec0f7c3e8d5b1db30cbba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 9 Dec 2021 16:36:09 +0100 Subject: [PATCH] externalTests: Use `yarn install` instead of `yarn` in colony ext test to avoid compiling contracts twice --- test/externalTests/colony.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/externalTests/colony.sh b/test/externalTests/colony.sh index dff745d68..65e4e4256 100755 --- a/test/externalTests/colony.sh +++ b/test/externalTests/colony.sh @@ -49,7 +49,7 @@ function colony_test neutralize_package_json_hooks force_truffle_compiler_settings "$config_file" "$BINARY_TYPE" "${DIR}/solc" "$min_optimizer_level" - yarn + yarn install git submodule update --init cd lib