mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-15 22:59:51 +00:00
7 lines
178 B
TOML
7 lines
178 B
TOML
[build.environment]
|
|
NODE_VERSION = "16"
|
|
NPM_FLAGS = "--version"
|
|
|
|
[build]
|
|
publish = "build"
|
|
command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build" |