mirror of
https://github.com/videojs/video.js.git
synced 2025-07-05 00:58:52 +02:00
chore: package json cleanup (#5649)
This commit is contained in:
committed by
Gary Katsevman
parent
bd58039c78
commit
85ad44e13e
@ -1,9 +1,9 @@
|
||||
const sh = require('shelljs');
|
||||
const semver = require('semver');
|
||||
const generateExample = require('./generate-example.js').default;
|
||||
const generateExample = require('./generate-example.js').generateExample;
|
||||
|
||||
const GIT_LOG = `git log --format=%B -n 1 ${process.env.COMMIT_REF}`;
|
||||
const output = sh.exec(GIT_LOG, {async: false, silent:true}).stdout;
|
||||
const output = sh.exec(GIT_LOG, {async: false, silent: true}).stdout;
|
||||
|
||||
// if we're on master branch and not on a tagged commit,
|
||||
// error the build so it doesn't redeploy the docs
|
||||
|
Reference in New Issue
Block a user