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/lint-prettier.sh

12 lines
490 B

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