Commit d37f753e authored by Maurelian's avatar Maurelian Committed by GitHub

fix: just build-go-ffi command (#12371)

parent 117c9a42
...@@ -25,7 +25,7 @@ build: prebuild ...@@ -25,7 +25,7 @@ build: prebuild
# Builds the go-ffi tool for contract tests. # Builds the go-ffi tool for contract tests.
build-go-ffi: build-go-ffi:
cd scripts/go-ffi && go build cd ./scripts/go-ffi && go build
# Cleans build artifacts and deployments. # Cleans build artifacts and deployments.
clean: clean:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment