Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 12, 2018
1 parent 06d0ede commit a5cd321
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 218 deletions.
4 changes: 3 additions & 1 deletion generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const DEFAULTS = {
devDependencies: getGeneratorVersions([
'conventional-changelog-cli',
'conventional-changelog-videojs',
'in-publish',
'karma',
'npm-run-all',
'rollup',
Expand Down Expand Up @@ -141,14 +142,15 @@ const packageJSON = (current, context) => {
'clean': 'shx rm -rf ./dist ./test/dist',
'postclean': 'shx mkdir -p ./dist ./test/dist',
'lint': 'vjsstandard',
'prepublishOnly': 'npm run build && vjsverify',
'prepublish': 'not-in-publish || npm-run-all build verify',
'start': 'npm-run-all -p server watch',
'server': 'karma start scripts/karma.conf.js --singleRun=false --auto-watch',
'pretest': 'npm-run-all lint build',
'test': 'karma start scripts/karma.conf.js',
'posttest': 'shx cat test/dist/coverage/text.txt',
'preversion': 'npm test',
'version': 'is-prerelease || npm run update-changelog && git add CHANGELOG.md',
'verify': 'vjsverify',
'update-changelog': 'conventional-changelog -p videojs -i CHANGELOG.md -s',
'watch': 'npm-run-all -p watch:*',
'watch:js': 'npm run build:js -- -w'
Expand Down
Loading

0 comments on commit a5cd321

Please sign in to comment.