UNPKG
interactive-map-front-end-plugin
Version:
latest (1.1.1)
1.1.1
1.1.0
Interactive map front end plugin.
interactive-map-front-end-plugin
/
bitbucket-pipelines.yml
19 lines
(18 loc)
•
405 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
image:
node:10.15.1
pipelines:
branches:
master:
-
step:
name:
Build
and
Test
caches:
-
node
script:
-
npm
install
-
npm
test
-
step:
name:
Publish
deployment:
production
script:
-
pipe:
atlassian/npm-publish:0.2.0
variables:
NPM_TOKEN:
$NPM_TOKEN