From 559d7fe1f1fca1686d99a4df1819dcd82a194b2d Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 10 Aug 2020 21:05:29 +0800 Subject: [PATCH] chore: try fix netlify --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 82e904a..861933e 100755 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ [build] publish = "dist" - command = "NPM_FLAGS='' npx pnpm i && npm run build" + command = "npx pnpm i && npm run build" [[redirects]] from = "/*"