2
0
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:
Jeff
2018-08-14 10:12:30 -07:00
parent 33a12c1da6
commit d86610098f
39 changed files with 2967 additions and 888 deletions
+14
View File
@@ -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"