UNPKG

310 BYAMLView Raw
1image: node:6.11.3
2
3pipelines:
4 tags:
5 '**':
6 - step:
7 script:
8 - echo "//${NPM_REGISTRY_URL}/:_authToken=${NPM_TOKEN}" >> ~/.npmrc
9 - npm whoami
10 - npm install
11 - if [[ $BITBUCKET_TAG != *"-"* ]]; then npm publish; else npm publish --tag beta; fi