shaka-project / shaka-streamer

A simple config-file based approach to preparing streaming media, based on FFmpeg and Shaka Packager.
https://shaka-project.github.io/shaka-streamer/
Apache License 2.0
198 stars 62 forks source link

ci: Commit package-lock.json, use npm ci #112

Closed joeyparrish closed 2 years ago

joeyparrish commented 2 years ago

It is a best practice for CI to commit package-lock.json and to use npm ci instead of npm install, for consistent results in CI systems.

Package details were removed from package.json to prevent accidental publication to npm. This projects uses node modules for testing, but is not itself a node module.