#!/bin/sh

if command -v npm &> /dev/null; then
  npm run lint:staged
fi
