Skip to content

Commit

Permalink
chore: don't run tests on version
Browse files Browse the repository at this point in the history
  • Loading branch information
Essk committed Sep 27, 2022
1 parent 701d7f1 commit b84575f
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 @@ -36,7 +36,6 @@
"test:browser": "karma start scripts/karma.conf.js",
"test:node": "qunit test/dist/bundle.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 b84575f

Please sign in to comment.