Skip to content

Commit 409a163

Browse files
committed
chore: fix netlify build
1 parent ff82606 commit 409a163

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build.environment]
2-
NODE_VERSION = "20"
2+
NODE_VERSION = "16"
33
NPM_FLAGS = "--version" # prevent Netlify npm install
44
[build]
55
publish = "./dist"
6-
command = "npx pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && npm run build:demo"
6+
command = "npm i pnpm -g && pnpm install && pnpm run build:demo"

0 commit comments

Comments
 (0)