mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
chore: switch to prepublishOnly npm script to prevent build on npm ci (#5497)
This commit is contained in:
parent
6df3ac78d4
commit
59adeb332f
11246
package-lock.json
generated
11246
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,7 @@
|
||||
"docs:lint": "remark -- './{,!(node_modules)/**/}!(CHANGELOG)*.md'",
|
||||
"docs:fix": "remark --output -- './{,!(node_modules)/**/}!(CHANGELOG)*.md'",
|
||||
"babel": "babel src/js -d es5",
|
||||
"prepublish": "not-in-install && run-p build || in-install",
|
||||
"prepublishOnly": "run-p build",
|
||||
"publish": "node build/gh-release.js",
|
||||
"version": "node build/version.js && git add CHANGELOG.md",
|
||||
"autoprefixer": "npm-run-all -p autoprefixer:*",
|
||||
@ -102,7 +102,6 @@
|
||||
"grunt-zip": "0.18.1",
|
||||
"humanize-duration": "^3.12.1",
|
||||
"husky": "^1.0.1",
|
||||
"in-publish": "^2.0.0",
|
||||
"istanbul": "^0.4.5",
|
||||
"jsdoc": "^3.4.2",
|
||||
"karma": "^3.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user