Revert "yarn build" as it is fixed in master, fix typo

This commit is contained in:
Vasily 2019-10-14 13:15:41 +03:00
parent 3132280b07
commit adccc18298
2 changed files with 1 additions and 2 deletions

View file

@ -931,7 +931,7 @@ namespace MediaBrowser.Api.Playback.Hls
{
// This is to make sure keyframe interval is limited to our segment,
// as forcing keyframes is not enough.
// Example: we ecoded half of desired length, then codec detected
// Example: we encoded half of desired length, then codec detected
// scene cut and inserted a keyframe; next forced keyframe would
// be created outside of segment, which breaks seeking.
keyFrameArg += string.Format(

View file

@ -20,7 +20,6 @@ if [[ -n ${web_branch} ]]; then
checkout -b origin/${web_branch}
fi
yarn install
yarn build
mkdir -p ${web_target}
mv dist/* ${web_target}/
popd