v-show-slide
Version:
Vue.js directive for animating element to and from height: auto in a sliding motion
32 lines (31 loc) • 576 B
YAML
language: node_js
node_js:
- '10'
script:
- yarn test
- yarn lint
- yarn build
deploy:
- provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
on:
branch: master
tags: true
- provider: releases
api_key: $GITHUB_OAUTH_TOKEN
file_glob: true
file: dist/*
skip_cleanup: true
on:
branch: master
tags: true
- provider: pages
skip_cleanup: true
github_token: $GITHUB_PAGES_TOKEN
local_dir: dist
fqdn: v-show-slide.peterhegman.com
on:
branch: master
tags: true