mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
15 lines
406 B
TOML
15 lines
406 B
TOML
# Global settings applied to the whole site.
|
|
#
|
|
# “publish” is the directory to publish (relative to root of your repo),
|
|
# “command” is your build command,
|
|
|
|
[build]
|
|
publish = "dev/dist"
|
|
command = "yarn build:dev"
|
|
|
|
# Production context: All deploys to the main
|
|
# repository branch will inherit these settings.
|
|
[context.branch-site]
|
|
publish = "docs/.vuepress/dist"
|
|
command = "yarn build:docs"
|