mirror of
https://github.com/video-dev/hls.js.git
synced 2026-05-17 13:30:38 +00:00
eeeae3c72d
because we want to run the eslint check in addition to the prettier one
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
npm run lint:staged
|
|
npm run type-check
|