Browse Source

chore: add netlify config file (#389)

pull/391/head
Ryan Wang 3 years ago committed by GitHub
parent
commit
acea961571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      netlify.toml

7
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"
Loading…
Cancel
Save