Skip to content

Commit e281a75

Browse files
author
Naohiro Yoshida
committed
tweak
Signed-off-by: Naohiro Yoshida <naohiro.yoshida@datachain.jp>
1 parent 28107c6 commit e281a75

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ devnet-down:
7070
@ENCLAVE=$$(kurtosis enclave ls | awk 'NR==2 {print $$1}'); kurtosis enclave rm -f $$ENCLAVE
7171
kurtosis engine stop
7272

73-
PHONY: sync-lock
73+
.PHONY: sync-lock
7474
sync-lock:
7575
cargo update -p kona-client
7676
cd scripts && python sync_lock.py
7777
# Check build
7878
# Downgrade the crate that does not exist in op-rs, which was unnecessarily upgraded by cargo update.
7979
cargo build
8080

81-
PHONY: test-deploy-tx
81+
.PHONY: test-deploy-tx
8282
test-deploy-tx:
8383
cd tx && npx hardhat run ./scripts/deploy.js --network eth_local
8484

85-
PHONY: test-tx
85+
.PHONY: test-tx
8686
test-tx:
8787
cd tx && npx hardhat run ./scripts/exec.js --network eth_local

tx/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"license": "TBD",
109
"devDependencies": {
1110
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
1211
"@openzeppelin/hardhat-upgrades": "^3.7.0",

0 commit comments

Comments
 (0)