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 Aug 31, 2021
1 parent 6a76537 commit 4cfb996
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 @@ -45,7 +45,6 @@
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
"test": "npm run build-test && karma start scripts/karma.conf.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 4cfb996

Please sign in to comment.