chore: add netlify config file (#389)

pull/391/head
Ryan Wang 2021-11-30 19:40:41 +08:00 committed by GitHub
parent 3f7ffa79f5
commit acea961571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"