diff --git a/scripts/run-test-containers.sh b/scripts/run-test-containers.sh index 105fd15..fa12ed0 100755 --- a/scripts/run-test-containers.sh +++ b/scripts/run-test-containers.sh @@ -54,7 +54,7 @@ gen_sgx_key() { } deploy_test_contract() { - cd hardhat-node + cd hardhat-node/src yarn install npx hardhat run --network localhost scripts/deploy.ts cd -