Skip to content

Commit c52ee27

Browse files
committed
refactor: remove redundant clear-store commands and update interaction script
1 parent 77acb6b commit c52ee27

File tree

3 files changed

+2
-69
lines changed

3 files changed

+2
-69
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
- name: Run other scripts
132132
run: |
133133
script -e -c "yarn fees"
134-
script -e -c "yarn clear-store"
135134
script -e -c "yarn multiple-pxe"
136-
script -e -c "yarn clear-store"
137135
script -e -c "yarn profile"
138-
script -e -c "yarn clear-store"
139-
script -e -c "yarn interaction"
140-
script -e -c "yarn clear-store"
136+
script -e -c "yarn interaction-existing-contract"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"compile": "${AZTEC_NARGO:-aztec-nargo} compile",
1616
"deploy": "node --loader ts-node/esm scripts/deploy_contract.ts",
1717
"deploy-account": "node --loader ts-node/esm scripts/deploy_account.ts",
18-
"interaction": "node --loader ts-node/esm scripts/interaction_existing_contract.ts",
18+
"interaction-existing-contract": "node --loader ts-node/esm scripts/interaction_existing_contract.ts",
1919
"multiple-pxe": "node --loader ts-node/esm scripts/multiple_pxe.ts",
2020
"get-block": "node --loader ts-node/esm scripts/get_block.ts",
2121
"profile": "node --loader ts-node/esm scripts/profile_deploy.ts",

scripts/interaction_existing.ts

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)