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 646bc03 commit 1dad492Copy full SHA for 1dad492
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 -- --features localnet --verbose
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