@videojs/vhs-utils

v4.0.0
Objects and functions shared throughtout @videojs/http-streaming code
videojs videojs-plugin

lint

vjsstandard

test

npm-run-all lint build-test && npm-run-all test:*

build

npm-run-all -s clean -p build:*

clean

shx rm -rf ./dist ./test/dist ./cjs ./es && shx mkdir -p ./test/dist ./cjs ./es

start

npm-run-all -p server watch

watch

npm-run-all -p watch:*

server

karma start scripts/karma.conf.js --singleRun=false --auto-watch

version

is-prerelease || npm run update-changelog && git add CHANGELOG.md

build:es

babel-config-es -d ./es ./src

build:js

rollup -c scripts/rollup.config.js

posttest

shx cat test/dist/coverage/text.txt

watch:es

npm run build:es -- -w

watch:js

npm run build:js -- -w

build:cjs

babel-config-cjs -d ./cjs ./src

test:node

qunit test/dist/bundle.js

watch:cjs

npm run build:cjs -- -w

build-prod

cross-env-shell NO_TEST_BUNDLE=1 'npm run build'

build-test

cross-env-shell TEST_BUNDLE_ONLY=1 'npm run build'

test:browser

karma start scripts/karma.conf.js

prepublishOnly

npm-run-all build-prod && vjsverify --verbose --skip-es-check

update-changelog

conventional-changelog -p videojs -i CHANGELOG.md -s
npm i @videojs/[email protected]

Metadata

  • MIT
  • >=8
  • brandonocasey
  • released 8/19/2022

Downloads