mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-29 05:14:04 +03:00
06800bfb16
* add coveralls coverage reporter * include lcov report * bump config * bump travis config * bump netlify config
9 lines
236 B
TOML
9 lines
236 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 = "docs/.vuepress/dist"
|
|
command = "yarn build:docs"
|