From 7cad666d6ef43a0f8147cc565125561b2502c663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=8F=E3=83=B3=20/=20Han?= <16288797+hannoeru@users.noreply.github.com> Date: Wed, 19 Oct 2022 02:17:42 +0900 Subject: [PATCH] chore: remove pnpm workaround for netlify (#434) --- netlify.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index d70d75d..0422d21 100755 --- a/netlify.toml +++ b/netlify.toml @@ -1,11 +1,9 @@ [build.environment] - # bypass npm auto install - NPM_FLAGS = "--version" NODE_VERSION = "16" [build] publish = "dist" - command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build" + command = "pnpm run build" [[redirects]] from = "/*"