From 5afd7b18e5a2edd65bbe66511e984159cb285414 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Sun, 4 Aug 2024 16:14:38 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20scripts:=20ignore=20prepare=20er?= =?UTF-8?q?rors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 06678042..40ba83f1 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "coverage:fuzzer": "FOUNDRY_PROFILE=production forge test --no-match-contract Protocol", "deploy:ethereum": "hardhat --network ethereum deploy", "deploy:op-sepolia": "hardhat --network op-sepolia deploy", - "prepare": "concurrently 'npm:prepare:*' --group -c auto", - "prepare:foundry": "if git status &>/dev/null; then forge install; fi", + "prepare": "concurrently 'npm:prepare:*' --group -c auto || true", + "prepare:foundry": "forge install", "prepare:hardhat": "hardhat compile --force" }, "files": [