Remove yarn from config to make it easier for users to run
This commit is contained in:
parent
174fad3a21
commit
e5216f224f
@ -6,7 +6,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "yarn test:slots & yarn test:execution",
|
||||
"test": "npm run test:slots & npm run test:execution",
|
||||
"build": "forge build --optimize",
|
||||
"test:slots": "forge test -vv --match-contract StorageBased",
|
||||
"test:execution": "forge test -vvv --fork-url https://rpc.mevblocker.io --block-number 17315182 --match-contract ExecutionBased"
|
||||
|
Loading…
Reference in New Issue
Block a user