Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions generators/app/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ const packageJSON = (current, context) => {
'test': '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',
'update-changelog': 'conventional-changelog -p videojs -i CHANGELOG.md -s',
'version': 'vjs-update-changelog --add --run-on-prerelease',
'watch': 'npm-run-all -p watch:*',
'watch:js': 'npm run build:js -- -w'
}),
Expand Down
Loading