Skip to content

Commit adcc1e9

Browse files
authored
chore(πŸ™): fix deployment step for the docs
2 parents 7e21cc5 + ee0911d commit adcc1e9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Žapps/docs/next-env.d.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./.next/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

β€Žapps/docs/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3001",
7-
"build": "next build",
8-
"build:docs": "next build",
7+
"build": "fumadocs-mdx && next build",
8+
"build:docs": "fumadocs-mdx && next build",
99
"start": "next start",
1010
"lint": "eslint . --max-warnings 0",
1111
"tsc": "fumadocs-mdx && next typegen && tsc --noEmit"

0 commit comments

Comments
Β (0)