diff --git a/scripts/prepare-docs.sh b/scripts/prepare-docs.sh index 0229071..7b0b5fe 100755 --- a/scripts/prepare-docs.sh +++ b/scripts/prepare-docs.sh @@ -13,9 +13,8 @@ rm -rf "$OUTDIR" # Check if forge is installed if ! command -v forge &> /dev/null; then - curl -L https://foundry.paradigm.xyz | bash + curl -L https://foundry.paradigm.xyz | bash && /opt/buildhome/.foundry/bin/foundryup export PATH="$PATH:/opt/buildhome/.foundry/bin" - # /opt/buildhome/.foundry/bin/foundryup fi hardhat docgen