feat(packages): ship bundled markdown docs in html and react tarballs (#1560)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-05-19 11:35:16 -07:00
committed by GitHub
co-authored by Claude
parent 2ad9fdf7ed
commit 20e77d37fa
9 changed files with 369 additions and 6 deletions
+4 -2
View File
@@ -20,7 +20,8 @@
],
"files": [
"dist",
"cdn"
"cdn",
"docs"
],
"exports": {
".": {
@@ -131,7 +132,8 @@
"build:watch": "tsdown --watch ./src --no-clean",
"dev": "pnpm run build:watch",
"test": "vitest run",
"clean": "rimraf --glob dist cdn types '*.tsbuildinfo'"
"clean": "rimraf --glob dist cdn docs types '*.tsbuildinfo'",
"prepack": "node --import tsx ../../site/scripts/copy-package-docs.ts html"
},
"dependencies": {
"@videojs/core": "workspace:*",