From 197284b8906aea112c6254a7c34f95b9d6a0e2e2 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 10 Aug 2020 21:14:50 +0800 Subject: [PATCH] chore: fix --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 861933e..0e49dc1 100755 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ [build] publish = "dist" - command = "npx pnpm i && npm run build" + command = "npx pnpm i --store=node_modules/.pnpm-store && npm run build" [[redirects]] from = "/*"