#!/usr/bin/env bash set -euo pipefail if [ "${CI:-"false"}" != "true" ]; then npm run lint fi