The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/build.sh

12 lines
463 B

#!/bin/bash
set -exuo pipefail
yarn workspace @abacus-network/utils run build
yarn workspace @abacus-network/core run build
yarn workspace @abacus-network/hardhat run build
yarn workspace @abacus-network/app run build
yarn workspace @abacus-network/apps run build
yarn workspace @abacus-network/sdk run build
yarn workspace @abacus-network/contract-metrics run build
yarn workspace @abacus-network/deploy run build
yarn workspace @abacus-network/infra run build