Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Fix test_contract.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Oct 8, 2019
1 parent 9262589 commit 7ba0065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ timestamp=$(date +%s)
testaccount=testaccount$timestamp
../bin/near create_account $testaccount
echo Building contract
cp ../node_modules/near-runtime-ts/tests/assembly/*.ts assembly/
yarn
yarn remove near-shell
yarn add ../
cp ./node_modules/near-runtime-ts/tests/assembly/*.ts assembly/
yarn build
echo Deploying contract
../bin/near deploy --accountId=$testaccount --wasmFile=out/main.wasm
Expand Down

0 comments on commit 7ba0065

Please sign in to comment.