chore: add netlify config file (halo-dev/console#389)

pull/3445/head
Ryan Wang 2021-11-30 19:40:41 +08:00 committed by GitHub
parent 5f3e866a41
commit 215f8cd495
1 changed files with 7 additions and 0 deletions

7
netlify.toml Normal file
View File

@ -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"