Skip to content

Commit

Permalink
fix contracts build dir
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Jun 25, 2024
1 parent 43460ca commit c1ffa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ compile-solidity:
cd packages/vm/core/evm/iscmagic && go generate
cd packages/evm/evmtest && go generate
cd packages/evm/evmtest && go test
cd documentation/tutorial-examples/solidity/contracts && npm install && go generate
cd documentation/tutorial-examples/solidity/contracts && npm install
cd documentation/tutorial-examples/solidity/tests && go generate

build-cli:
cd tools/wasp-cli && go mod tidy && go build -ldflags $(BUILD_LD_FLAGS) -tags ${WASP_CLI_TAGS} -o ../../
Expand Down

0 comments on commit c1ffa8c

Please sign in to comment.