UNPKG

interactive-map-front-end-plugin

Version:

Interactive map front end plugin.

21 lines (20 loc) 503 B
image: node:10.15.1 pipelines: branches: master: - step: caches: - node name: Build and Test script: - npm install - npm test - step: name: Publish deployment: production script: - npm version minor -m "Upgrade to %s [skip ci]" - git push && git push --tags - pipe: atlassian/npm-publish:0.2.0 variables: NPM_TOKEN: $NPM_TOKEN