Skip to content

Commit ce378d2

Browse files
authored
Docs: Trying using npm to build docs for netlify (#192)
Netlify deploy was successful after clearing cache
1 parent d6488ba commit ce378d2

File tree

2 files changed

+3
-4573
lines changed

2 files changed

+3
-4573
lines changed

Diff for: docs/netlify.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[build]
2-
command = "pnpm build"
2+
base = "docs"
33
publish = ".next"
4-
4+
command = "pnpm install && pnpm --filter @snaplet/documentation build"
55
[build.environment]
6-
NODE_VERSION = "20"
7-
6+
NODE_VERSION = "20.12.2"
87
[[plugins]]
98
package = "@netlify/plugin-nextjs"

0 commit comments

Comments
 (0)