From ad532a93a0aab588c439643030884c04cc77bcd9 Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:17:50 -0400 Subject: [PATCH] build: update snapshot build command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e0f04d3ac..1172a0155b 100644 --- a/Makefile +++ b/Makefile @@ -103,10 +103,10 @@ lint: typescript-bindings-fixtures: build-test-wasms cargo run -- contract bindings typescript \ --wasm ./target/wasm32-unknown-unknown/test-wasms/test_custom_types.wasm \ - --contract-name test_custom_types \ --contract-id CB5T6MLZNWJBUBKEQAUVIG5JJWKYSYVVE2OVN25GMX3VX7CZ7OBAPAU4 \ --network futurenet \ - --output-dir ./cmd/crates/soroban-spec-typescript/fixtures + --output-dir ./cmd/crates/soroban-spec-typescript/fixtures/test_custom_types \ + --overwrite # PHONY lists all the targets that aren't file names, so that make would skip the timestamp based check.