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 a259092 commit b101d5cCopy full SHA for b101d5c
netlify.toml
@@ -1,14 +1,13 @@
1
[build]
2
- # Directory (relative to root of your repo) that contains the deploy-ready
3
- # HTML files and assets generated by the build. If a base directory has
4
- # been specified, include it in the publish directory path.
+ # The deploy-ready HTML files and assets generated by the build.
5
publish = "docs/export/"
6
7
- # Default build command.
+ # Build command.
8
command = "pnpm docs:build"
9
10
[build.environment]
11
NODE_VERSION = "20"
+ PNPM_FLAGS = "--frozen-lockfile"
12
13
[[plugins]]
14
package = "./packages/netlify-plugin-cache-docs"
0 commit comments