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
gkatsev committed Sep 17, 2021
1 parent 3a7b4a6 commit 6b15e7e
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 @@ -25,7 +25,6 @@
"test": "karma start scripts/karma.conf.js",
"posttest": "shx cat test/dist/coverage/text.txt",
"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 6b15e7e

Please sign in to comment.