From 3131b87a61ef5cb926d7581efd1bd07d1ce0beb1 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Thu, 9 Dec 2021 21:28:53 +0800 Subject: [PATCH] chore: add netlify config file (#14) --- 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 0000000..2ff3ab0 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,7 @@ +[build.environment] + NODE_VERSION = "16" + NPM_FLAGS = "--version" + +[build] + publish = "build" + command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build" \ No newline at end of file