@mimik/hofa-npmjs-tester 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ pipelines:
5
5
  branches:
6
6
  develop:
7
7
  - step:
8
- name: Build and Publish
8
+ name: Test package by npm install
9
9
  runs-on:
10
10
  - backend.services
11
11
  script:
@@ -16,6 +16,7 @@ pipelines:
16
16
  - backend.services
17
17
  trigger: 'manual'
18
18
  script:
19
+ - npm install
19
20
  - pipe: atlassian/npm-publish:1.1.1
20
21
  variables:
21
22
  NPM_TOKEN: $NPM_TOKEN
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mimik/hofa-npmjs-tester",
3
3
  "main": "index.js",
4
- "version": "1.0.2",
4
+ "version": "1.0.4",
5
5
  "description": "Test npm publish and bitbucket pipeline .",
6
6
  "author": "hofa.chiang@mimik.com",
7
7
  "license": "ISC",