#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint-staged
npm run lint
npm run test-ci
npm run e2e-ci