From af61b8ce521c71908ae96d60957cbcdac3e4ede5 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 22 Apr 2022 16:13:53 +0800 Subject: [PATCH] chore: update netlify.toml Signed-off-by: Ryan Wang --- netlify.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 8a4cb395e..c3c4b9b31 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,7 +1,3 @@ [build.environment] NODE_VERSION = "16" NPM_FLAGS = "--version" - -[build] - publish = "dist" - command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build"