From e5216f224fabb9bd79856424fddccca4ad1564f7 Mon Sep 17 00:00:00 2001 From: Theo Date: Tue, 23 May 2023 22:15:41 +0300 Subject: [PATCH] Remove yarn from config to make it easier for users to run --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b7a20f..4f15af9 100644 --- a/package.json +++ b/package.json @@ -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"