#!/usr/bin/env sh
set -eu

printf '%s\n' "Running Pi Hindsight precommit checks..."
npm run precommit
