Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit f59cf51

Browse files
committed
deploy: build only proxy contract from openzeppelin
1 parent 00e6d4e commit f59cf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deployment",
33
"scripts": {
4-
"evm-deps": "forge build -C $(dirname $(pwd))/evm/lib/openzeppelin-contracts/contracts",
4+
"evm-deps": "forge build --contracts $(dirname $(pwd))/evm/lib/openzeppelin-contracts/contracts/proxy",
55
"build-evm": "npm run evm-deps && npx typechain --target=ethers-v5 --out-dir=./contract-bindings ../evm/out/*/*.json ../out/*/*.json"
66
},
77
"author": "",

0 commit comments

Comments
 (0)