UNPKG

vue-yandex-maps

Version:
14 lines (9 loc) 182 B
#!/usr/bin/env sh set -e npm run docs:build cd docs/.vuepress/dist git init git add -A git commit -m 'deploy' git push -f git@github.com:vue-yandex-maps/new-docs.git master cd -