diff --git a/package.json b/package.json index 497afbcd1..ba4bbf1ca 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "start": "npm-run-all -p server watch", "server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch", "test": "npm-run-all lint build-test && karma start scripts/karma.conf.js", - "preversion": "npm test", "version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md", "update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s", "watch": "npm-run-all -p watch:*",