We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb4f00 commit 538db85Copy full SHA for 538db85
solana/Makefile
@@ -46,7 +46,7 @@ anchor-test-setup: node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS)
46
47
.PHONY: idl
48
idl:
49
- anchor build -- --features localnet
+ anchor build -v -- --features localnet
50
mkdir -p ts/src/idl/json
51
mkdir -p ts/src/idl/ts
52
cp -r target/idl/* ts/src/idl/json/
0 commit comments