mirror of
https://github.com/video-dev/hls.js.git
synced 2026-05-17 13:30:38 +00:00
efdaedfe16
Run docs in travis build Fix type check errors
6 lines
52 B
Bash
Executable File
6 lines
52 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
npm run lint
|
|
npm run type-check
|