mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
10 lines
186 B
TOML
10 lines
186 B
TOML
# prevent Netlify npm install
|
|
|
|
[build]
|
|
publish = "docs/.vuepress/dist"
|
|
command = "pnpm build:package && pnpm docs:build"
|
|
|
|
[build.environment]
|
|
NODE_VERSION = "18"
|
|
NPM_FLAGS = "--version"
|