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

npx git-pull-run -p 'package-lock.json' -c 'npm install'
