We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2945d commit e6e2f89Copy full SHA for e6e2f89
netlify.toml
@@ -1,5 +1,5 @@
1
[build]
2
- command = "pnpm build"
+ command = "npm i -g pnpm@10.2.0 && pnpm install --no-frozen-lockfile && pnpm build"
3
publish = ".next"
4
5
[build.environment]
package.json
@@ -14,6 +14,7 @@
14
"index:docs": "npx ts-node --skip-project utils/algolia-indexer.ts",
15
"dev": "next dev",
16
"build": "next build",
17
+ "netlify-build": "next build && next-sitemap",
18
"start": "next start",
19
"postbuild": "next-sitemap"
20
},
0 commit comments