2021-01-11 11:44:49 +08:00
|
|
|
# https://docs.netlify.com/configure-builds/file-based-configuration/#configuration-details
|
2021-02-27 21:52:25 +08:00
|
|
|
# https://answers.netlify.com/t/using-pnpm-and-pnpm-workspaces/2759
|
|
|
|
[build.environment]
|
2021-03-03 11:55:55 +08:00
|
|
|
NPM_FLAGS="--prefix=/dev/null"
|
2021-01-11 11:44:49 +08:00
|
|
|
|
|
|
|
[build]
|
2022-04-05 18:28:13 +08:00
|
|
|
publish = "docs/.vitepress/dist"
|
2022-06-12 18:39:59 +08:00
|
|
|
command = "bash scripts/deploy.sh"
|