chore: add netlify config file (#14)

JohnNiang-patch-1
Ryan Wang 3 years ago committed by GitHub
parent 847dce3ac4
commit 3131b87a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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