#!/bin/sh

if command -v npx &> /dev/null; then
  npx lint-staged
fi
