Skip to content

Commit b13793b

Browse files
author
Naohiro Yoshida
committed
tweak Makefile
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 784b6c4 commit b13793b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ sync-lock:
8080

8181
.PHONY: test-deploy-tx
8282
test-deploy-tx:
83-
cd tx && npx hardhat run ./scripts/deploy.js --network eth_local
83+
cd tx && npm install && npx hardhat run ./scripts/deploy.js --network eth_local
8484

8585
.PHONY: test-tx
8686
test-tx:

0 commit comments

Comments
 (0)