Skip to content

Commit

Permalink
chore: don't run tests on version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Sep 22, 2021
1 parent 8216630 commit 24dab1d
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 @@ -32,7 +32,6 @@
"test:node": "qunit test/dist/bundle.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 24dab1d

Please sign in to comment.