2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/netlify.toml
T
2018-08-14 10:12:30 -07:00

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"