Skip to content

Commit

Permalink
chore: abstracted DEPLOY var for base deployment command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Oct 4, 2024
1 parent 7474df8 commit 720c408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contract/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ VOTE_OPTION=yes
CLIENTADDR=agoric12j5kzvrwunqvrga5vm4zpy3mkeh3lvyld0amz5
CLIENT_OSMO_ADDR=osmo1rhvgsqq96n3qyv3u0zlwleyaunpmal6uhnam4z

DEPLOY=npx tsx ../e2e-testing/scripts/deploy-cli.ts

.PHONY: list
# https://stackoverflow.com/a/73159833/7963
list:
Expand Down Expand Up @@ -259,7 +261,7 @@ test-orca:

# todo remove clean install steps after debugging
e2e:
npx tsx ../e2e-testing/scripts/deploy-cli.ts test/builder/init-orca.js
$(DEPLOY) src/builder/init-orca.js
lint:
yarn lint --fix-dry-run --ignore-pattern "*patch*"

0 comments on commit 720c408

Please sign in to comment.