Skip to content

Commit

Permalink
chore: don't run tests on release (#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Nov 19, 2020
1 parent 6db2b6a commit d13b737
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 @@
"start": "npm-run-all -p server watch",
"server": "karma start scripts/karma.conf.js --singleRun=false --auto-watch",
"test": "npm-run-all lint build-test && karma start scripts/karma.conf.js",
"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 d13b737

Please sign in to comment.