Skip to content

Commit

Permalink
build: update snapshot build command
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Aug 14, 2023
1 parent f2e1393 commit ad532a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad532a9

Please sign in to comment.