mirror of
https://github.com/Instadapp/dsa-periphery-contract.git
synced 2024-07-29 22:27:13 +00:00
update foundry
This commit is contained in:
parent
e7f83499c1
commit
e38c287196
|
@ -2,5 +2,5 @@
|
|||
src = 'contracts'
|
||||
out = 'out'
|
||||
libs = ['node_modules', 'lib']
|
||||
test = 'test'
|
||||
test = 'forge-test'
|
||||
cache_path = 'cache_forge'
|
|
@ -7,7 +7,10 @@
|
|||
"build": "npm run clean && npm run compile",
|
||||
"clean": "npx hardhat clean",
|
||||
"compile": "npx hardhat compile",
|
||||
"test": "npx hardhat test"
|
||||
"test": "npx hardhat test",
|
||||
"forge:install": "forge install",
|
||||
"forge:build": "forge build --via-ir",
|
||||
"forge:test": "forge test --via-ir"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user