diff --git a/tests/e2e/start-requestor.sh b/tests/e2e/start-requestor.sh index 30b6f93b7..bd5042a28 100755 --- a/tests/e2e/start-requestor.sh +++ b/tests/e2e/start-requestor.sh @@ -5,10 +5,6 @@ get_funds_from_faucet() { yagna payment fund } -cd /golem-js -npm i -npm run build - # echo "Starting Yagna in the background to get funds from the faucet" echo "Starting Yagna" # yagna service run >/dev/null 2>&1 &