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

cd wp-content/plugins/peachpay-for-woocommerce
npm run lint
npm run build
