Skip to content

Commit b28b9d2

Browse files
committed
chore: update netlify config
1 parent f315047 commit b28b9d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: netlify.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build.environment]
2-
NPM_FLAGS = "--version"
3-
NODE_VERSION = "16"
2+
NODE_VERSION = "20"
43

54
[build]
65
publish = "dist"
7-
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
6+
command = "pnpm run build"
87

98
[[redirects]]
109
from = "/*"

0 commit comments

Comments
 (0)