Skip to content

Commit

Permalink
chore: fix vjsverify by skipping some checks
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed May 28, 2021
1 parent 6f26450 commit a3fdbee
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 @@ -10,7 +10,7 @@
"version": "is-prerelease || npm run update-changelog && git add CHANGELOG.md",
"update-changelog": "conventional-changelog -p videojs -i CHANGELOG.md -s",
"postinstall": "node remove-cache.js",
"prepublishOnly": "vjsverify --verbose"
"prepublishOnly": "vjsverify --skip-syntax --skip-require --verbose"
},
"lint-staged": {
"*.js": "./cli.js --fix",
Expand Down

0 comments on commit a3fdbee

Please sign in to comment.