From 665b3ed5d94e3c6c5e0faf27b60a48c96d659ed8 Mon Sep 17 00:00:00 2001 From: flower-f <1647231392@qq.com> Date: Wed, 30 Oct 2024 17:06:54 +0800 Subject: [PATCH] chore: update netlify build command --- netlify.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 01812ee..a50520d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,10 +1,9 @@ [build.environment] - NPM_FLAGS = "--version" NODE_VERSION = "22" [build] publish = "dist" - command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build" + command = "pnpm run build" [[redirects]] from = "/*"