|
@@ -9,7 +9,7 @@
|
|
|
"build": "next build",
|
|
"build": "next build",
|
|
|
"start": "next start",
|
|
"start": "next start",
|
|
|
"postinstall": "fumadocs-mdx",
|
|
"postinstall": "fumadocs-mdx",
|
|
|
- "gen:api": "node --experimental-strip-types scripts/gen-openapi.ts",
|
|
|
|
|
|
|
+ "gen:api": "node scripts/gen-openapi.ts",
|
|
|
"typecheck": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
"typecheck": "fumadocs-mdx && next typegen && tsc --noEmit",
|
|
|
"lint": "eslint .",
|
|
"lint": "eslint .",
|
|
|
"format": "prettier --write .",
|
|
"format": "prettier --write .",
|