Skip to content

Commit 8844a55

Browse files
committed
Remove view_bcs script from examples to fix CI following #624
1 parent d2ba08a commit 8844a55

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/typescript/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
"your_fungible_asset": "ts-node your_fungible_asset.ts",
1818
"public_key_authenticator_account_abstraction": "ts-node public_key_authenticator_account_abstraction.ts",
1919
"hello_world_authenticator_account_abstraction": "ts-node hello_world_authenticator_account_abstraction.ts",
20-
"view_bcs": "ts-node view_bcs.ts",
2120
"federated_keyless": "ts-node federated_keyless.ts",
2221
"jwk_update": "ts-node jwk_update.ts",
2322
"keyless": "ts-node keyless.ts",
2423
"keyless_mainnet": "ts-node keyless_mainnet.ts",
2524
"local_node": "ts-node local_node.ts",
2625
"swap": "ts-node swap.ts",
27-
"test": "run-s simple_transfer multi_agent_transfer simple_sponsored_transaction transfer_coin custom_client publish_package_from_filepath external_signing sign_struct your_coin your_fungible_asset public_key_authenticator_account_abstraction hello_world_authenticator_account_abstraction view_bcs"
26+
"test": "run-s simple_transfer multi_agent_transfer simple_sponsored_transaction transfer_coin custom_client publish_package_from_filepath external_signing sign_struct your_coin your_fungible_asset public_key_authenticator_account_abstraction hello_world_authenticator_account_abstraction"
2827
},
2928
"keywords": [],
3029
"author": "",

0 commit comments

Comments
 (0)