chore: remove unused build:docs

This commit is contained in:
Bereket Engida
2024-12-11 14:12:53 +03:00
parent e91be5a369
commit 2c4566271d
2 changed files with 1 additions and 8 deletions

View File

@@ -6,7 +6,6 @@
"build": "next build",
"dev": "next dev",
"start": "next start",
"build:docs": "node ./scripts/generate-docs.mjs",
"typecheck": "tsc --noEmit",
"postinstall": "fumadocs-mdx"
},

View File

@@ -1,6 +0,0 @@
import { generateFiles } from "fumadocs-openapi";
void generateFiles({
input: ["./open-api.yaml"], // the OpenAPI schemas
output: "./content/docs/api",
});