vue3htmltocanvas
Version:
Vue mixin for Html2Canvas
26 lines (22 loc) • 353 B
YAML
image: node:8.12.0
cache:
paths:
- node_modules/
stages:
- test
- deploy
test:
stage: test
only:
- master
script:
- echo 'tests passed'
deploy_firebase:
stage: deploy
only:
- master
script:
- npm install
- npm run build
- echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}'>.npmrc
- npm publish