mirror of
https://github.com/video-dev/hls.js.git
synced 2026-05-17 13:30:38 +00:00
993ef82e35
Co-Authored-By: Tomohiro IKEDA <rilakkuma.san.xjapan@gmail.com>
6 lines
56 B
Bash
Executable File
6 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
npm run lint:fix
|
|
npm run type-check
|