Skip to content

Commit

Permalink
Change order of execution build-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbochok committed Aug 28, 2020
1 parent 30e79bc commit 9a2f387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ test-contracts: confirm_action build-contracts
@bin/contracts-test.sh

build-contracts: confirm_action prepare-contracts
@bin/prepare-test-contracts.sh
@cd contracts && yarn build

@bin/prepare-test-contracts.sh

prepare-contracts:
@cargo run --release --bin gen_token_add_contract
@cp ${KEY_DIR}/account-${ACCOUNT_TREE_DEPTH}_balance-${BALANCE_TREE_DEPTH}/KeysWithPlonkVerifier.sol contracts/contracts/ || (echo "please download keys" && exit 1)
Expand Down

0 comments on commit 9a2f387

Please sign in to comment.