Skip to content

Commit b7d05df

Browse files
committed
chore: Set up the node build environment
1 parent e99dd13 commit b7d05df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[build]
22
base = "/"
33
publish = "dist"
4-
command = "npm run build"
4+
command = "pnpm run build"
5+
6+
[build.environment]
7+
NODE_VERSION = "18"
58

69
[[redirects]]
710
from = "/*"

0 commit comments

Comments
 (0)