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

pull/1904/head
Vasily 5 years ago
parent 3132280b07
commit adccc18298

@ -931,7 +931,7 @@ namespace MediaBrowser.Api.Playback.Hls
{ {
// This is to make sure keyframe interval is limited to our segment, // This is to make sure keyframe interval is limited to our segment,
// as forcing keyframes is not enough. // 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 // scene cut and inserted a keyframe; next forced keyframe would
// be created outside of segment, which breaks seeking. // be created outside of segment, which breaks seeking.
keyFrameArg += string.Format( keyFrameArg += string.Format(

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

Loading…
Cancel
Save