From acea961571e20f471bb5b3db3dd7512aab2e016b Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 30 Nov 2021 19:40:41 +0800 Subject: [PATCH] chore: add netlify config file (#389) --- netlify.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 00000000..8a4cb395 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build.environment] + NODE_VERSION = "16" + NPM_FLAGS = "--version" + +[build] + publish = "dist" + command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build"