chore(build-docs): integrate with docs:build

This commit is contained in:
Elian Doran 2025-11-01 20:52:28 +02:00
parent 4f9f8652e2
commit 80f1707d8b
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@
"name": "build-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/main.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "tsx ."
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Elian Doran <contact@eliandoran.me>",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@10.19.0",
"devDependencies": {
"@redocly/cli": "2.10.0",

View File

@ -26,7 +26,7 @@
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
"chore:update-version": "tsx ./scripts/update-version.ts",
"docs:build": "pnpm run --filter share-theme build && cd ./apps/edit-docs && tsx ./src/build-docs.ts",
"docs:build": "pnpm run --filter share-theme build && pnpm run --filter build-docs start",
"edit-docs:edit-docs": "pnpm run --filter edit-docs edit-docs",
"edit-docs:edit-demo": "pnpm run --filter edit-docs edit-demo",
"test:all": "pnpm test:parallel && pnpm test:sequential",