Skip to content

Commit

Permalink
chore: skip vjsverify es check
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-barstow committed Dec 22, 2022
1 parent 2b3e587 commit 89460b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"watch": "npm-run-all -p watch:*",
"watch:js": "npm run build:js -- -w",
"prepublishOnly": "npm-run-all build-prod && vjsverify --verbose"
"prepublishOnly": "npm-run-all build-prod && vjsverify --verbose --skip-es-check"
},
"keywords": [
"videojs",
Expand Down

0 comments on commit 89460b1

Please sign in to comment.