Commit ee494343 authored by smartcontracts's avatar smartcontracts Committed by GitHub

Merge pull request #3780 from chriswolfdesign/3778-script-rename

chore: rename verifyFoundryInstall.ts to verify-foundry-install.ts
parents cff669dc 4d4ead69
......@@ -16,7 +16,7 @@
"scripts": {
"build:forge": "forge build",
"build:differential": "tsc scripts/differential-testing.ts --outDir dist --moduleResolution node --esModuleInterop",
"prebuild": "yarn ts-node scripts/verifyFoundryInstall.ts",
"prebuild": "yarn ts-node scripts/verify-foundry-install.ts",
"build": "hardhat compile && yarn autogen:artifacts && yarn build:ts && yarn typechain",
"build:ts": "tsc -p tsconfig.json",
"autogen:artifacts": "ts-node scripts/generate-artifacts.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment