#!/usr/bin/env sh set -eu CI="${CI:-false}" if [ "$CI" != "true" ]; then pnpm husky install fi