Skip to content

Commit b101d5c

Browse files
[docs-infra] Normalize netlify.toml in org
1 parent a259092 commit b101d5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

netlify.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[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.
2+
# The deploy-ready HTML files and assets generated by the build.
53
publish = "docs/export/"
64

7-
# Default build command.
5+
# Build command.
86
command = "pnpm docs:build"
97

108
[build.environment]
119
NODE_VERSION = "20"
10+
PNPM_FLAGS = "--frozen-lockfile"
1211

1312
[[plugins]]
1413
package = "./packages/netlify-plugin-cache-docs"

0 commit comments

Comments
 (0)