Skip to content

Commit

Permalink
Update prepare-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Nov 26, 2024
1 parent bbf9644 commit eefaf57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/prepare-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eefaf57

Please sign in to comment.