Files
hls.js/scripts/precommit.sh
T
Tom Jenkinson eeeae3c72d add 'eslint-config-prettier' and switch to lint-staged
because we want to run the eslint check in addition to the prettier one
2020-12-23 19:45:58 +00:00

6 lines
59 B
Bash
Executable File

#!/bin/bash
set -e
npm run lint:staged
npm run type-check