Skip to content

Commit 538db85

Browse files
author
Bengt Lofgren
committed
try verbose anchor build
1 parent 5bb4f00 commit 538db85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ anchor-test-setup: node_modules ts/tests/artifacts $(CLONED_MAINNET_PROGRAMS)
4646

4747
.PHONY: idl
4848
idl:
49-
anchor build -- --features localnet
49+
anchor build -v -- --features localnet
5050
mkdir -p ts/src/idl/json
5151
mkdir -p ts/src/idl/ts
5252
cp -r target/idl/* ts/src/idl/json/

0 commit comments

Comments
 (0)