mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-18 16:24:01 +00:00
chore: add netlify config file (#14)
This commit is contained in:
7
netlify.toml
Normal file
7
netlify.toml
Normal file
@@ -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"
|
Reference in New Issue
Block a user