mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-19 09:50:33 +03:00
might as well just do it all in once commit 🤷♂️
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user