#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

export NODE_ENV=production
pnpm exec lint-staged
