mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
feat(cli): add @videojs/cli docs command for LLM-friendly installation (#1214)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
9681515446
commit
24b8b77c8a
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"packages/cli": "10.0.0-beta.17",
|
||||
"packages/core": "10.0.0-beta.17",
|
||||
"packages/element": "10.0.0-beta.17",
|
||||
"packages/html": "10.0.0-beta.17",
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"type": "linked-versions",
|
||||
"groupName": "videojs",
|
||||
"components": [
|
||||
"@videojs/cli",
|
||||
"@videojs/core",
|
||||
"@videojs/element",
|
||||
"@videojs/html",
|
||||
@@ -26,6 +27,12 @@
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
"packages/cli": {
|
||||
"component": "@videojs/cli",
|
||||
"prerelease": true,
|
||||
"prerelease-type": "beta",
|
||||
"versioning": "prerelease"
|
||||
},
|
||||
"packages/core": {
|
||||
"component": "@videojs/core",
|
||||
"prerelease": true,
|
||||
|
||||
@@ -74,6 +74,10 @@ jobs:
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
run: pnpm build:cdn
|
||||
|
||||
- name: Build CLI (requires site build)
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
run: pnpm build:cli
|
||||
|
||||
- name: Publish
|
||||
if: ${{ steps.release.outputs.releases_created == 'true' }}
|
||||
run: pnpm -r publish --filter "./packages/*" --access public --provenance --no-git-checks
|
||||
|
||||
@@ -85,6 +85,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
package:
|
||||
- '@videojs/cli'
|
||||
- '@videojs/core'
|
||||
- '@videojs/store'
|
||||
- '@videojs/utils'
|
||||
|
||||
Reference in New Issue
Block a user