Remove yarn from config to make it easier for users to run

This commit is contained in:
Theo 2023-05-23 22:15:41 +03:00
parent 174fad3a21
commit e5216f224f

View File

@ -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"