Skip to content

Commit

Permalink
chore: don't run tests on version (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Nov 29, 2021
1 parent 50eb434 commit bcbe162
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 @@ -27,7 +27,6 @@
"test:browser": "karma start scripts/karma.conf.js",
"test:node": "qunit test/dist/bundle-node.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",
"watch": "npm-run-all -p watch:*",
Expand Down

0 comments on commit bcbe162

Please sign in to comment.