Skip to content

Commit

Permalink
chore: do not run tests on npm version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill authored Nov 23, 2022
1 parent 5e61e71 commit e598158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"pretest": "npm-run-all lint build",
"test": "karma start scripts/karma.conf.js",
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
"preversion": "npm test",
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"watch": "npm-run-all -p watch:*",
"watch:js": "npm run build:js -- -w",
Expand Down

0 comments on commit e598158

Please sign in to comment.