Skip to content

Commit 25c18b0

Browse files
committed
fix: debug
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent e9fae5d commit 25c18b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/svm/buildSolanaVerify.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ for program in programs/*; do
1717
solana-verify build --library-name "$program_name" -- $CARGO_OPTIONS
1818

1919
echo "Building IDL for $program_name"
20-
anchor idl build -p "$dir_name" -o "target/idl/$program_name.json" -t "target/types/$program_name.ts" -- $CARGO_OPTIONS
20+
ANCHOR_LOG=true anchor idl build -p "$dir_name" -o "target/idl/$program_name.json" -t "target/types/$program_name.ts" -- $CARGO_OPTIONS
2121
done
2222

2323
echo "Generating external program types"

0 commit comments

Comments
 (0)