diff --git a/test/test_contract.sh b/test/test_contract.sh index 734f4c9f..ab85d49d 100755 --- a/test/test_contract.sh +++ b/test/test_contract.sh @@ -12,7 +12,7 @@ testaccount=testaccount$timestamp.test.near echo Building contract yarn install -yarn build +yarn build:contract echo Deploying contract ../bin/near deploy --accountId=$testaccount --wasmFile=out/main.wasm @@ -42,4 +42,4 @@ EXPECTED='BASE64ROCKS' if [[ ! $TEXT =~ .*$EXPECTED.* ]]; then echo FAILURE Unexpected output from near call: $RESULT exit 1 -fi \ No newline at end of file +fi