Skip to content

Commit

Permalink
chore: don't run tests on version (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Nov 29, 2021
1 parent 83779b9 commit 45623ea
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 @@ -37,7 +37,6 @@
"test:browser": "karma start scripts/karma.conf.js",
"test:node": "node scripts/node-test.js",
"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:cjs": "npm run build:cjs -- -w",
Expand Down

0 comments on commit 45623ea

Please sign in to comment.