mirror of https://github.com/halo-dev/halo-admin
8 lines
178 B
TOML
8 lines
178 B
TOML
|
[build.environment]
|
||
|
NODE_VERSION = "16"
|
||
|
NPM_FLAGS = "--version"
|
||
|
|
||
|
[build]
|
||
|
publish = "dist"
|
||
|
command = "npx pnpm install --store=node_modules/.pnpm-store && npx pnpm build"
|