Skip to content

Commit

Permalink
use shx instead of cpy-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
carletex committed Jun 26, 2024
1 parent 951f733 commit 46443fb
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 174 deletions.
4 changes: 2 additions & 2 deletions packages/foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "forge fmt && prettier --write ./script/**/*.js",
"generate": "node scripts-js/generateAccount.js",
"lint": "forge fmt --check && prettier --check ./script/**/*.js",
"postinstall": "cpy .env.example . --rename=.env --no-overwrite",
"postinstall": "shx cp -n .env.example .env",
"test": "forge test",
"verify": "forge build --build-info --build-info-path out/build-info/ && forge script script/VerifyAll.s.sol --ffi --rpc-url ${1:-default_network}"
},
Expand All @@ -26,6 +26,6 @@
"toml": "~3.0.0"
},
"devDependencies": {
"cpy-cli": "^5.0.0"
"shx": "^0.3.4"
}
}
Loading

0 comments on commit 46443fb

Please sign in to comment.