Files
hls.js/scripts/precommit.sh
T
Tom Jenkinson 993ef82e35 feat: Format code by Prettier
Co-Authored-By: Tomohiro IKEDA <rilakkuma.san.xjapan@gmail.com>
2020-05-09 10:43:46 +01:00

6 lines
56 B
Bash
Executable File

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