mirror of https://github.com/halo-dev/halo
chore: add netlify config file (halo-dev/console#389)
parent
5f3e866a41
commit
215f8cd495
|
@ -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…
Reference in New Issue