mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
chore(build-docs): integrate with docs:build
This commit is contained in:
@@ -2,13 +2,13 @@
|
|||||||
"name": "build-docs",
|
"name": "build-docs",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "src/main.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"start": "tsx ."
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "Elian Doran <contact@eliandoran.me>",
|
||||||
"license": "ISC",
|
"license": "AGPL-3.0-only",
|
||||||
"packageManager": "pnpm@10.19.0",
|
"packageManager": "pnpm@10.19.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@redocly/cli": "2.10.0",
|
"@redocly/cli": "2.10.0",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
|
"chore:generate-openapi": "tsx ./scripts/generate-openapi.ts",
|
||||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts",
|
||||||
"chore:update-version": "tsx ./scripts/update-version.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-docs": "pnpm run --filter edit-docs edit-docs",
|
||||||
"edit-docs:edit-demo": "pnpm run --filter edit-docs edit-demo",
|
"edit-docs:edit-demo": "pnpm run --filter edit-docs edit-demo",
|
||||||
"test:all": "pnpm test:parallel && pnpm test:sequential",
|
"test:all": "pnpm test:parallel && pnpm test:sequential",
|
||||||
|
|||||||
Reference in New Issue
Block a user