From abe5712bb80968e4860db856fdba2d806d739b6e Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Wed, 27 Dec 2023 09:57:49 +0800 Subject: [PATCH] chore: Update pnpm to npm command --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 081f48e..fe4b6c1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,8 +1,8 @@ [build] base = "/" publish = "dist" -command = "pnpm run build" - +command = "npm run build" + [build.environment] NODE_VERSION = "20"