puppeteer/.husky/pre-push
2022-06-10 11:55:53 +02:00

5 lines
151 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run build:tsc && npm run lint:eslint && npm run doc && npm run lint:prettier && npm run test:pinned-deps