@mimik/hofa-npmjs-tester 1.0.1 → 1.0.3

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,12 +5,21 @@ 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:
12
12
  - npm install
13
+ - step:
14
+ name: Build and Publish
15
+ runs-on:
16
+ - backend.services
17
+ trigger: 'manual'
18
+ script:
19
+ - npm install
13
20
  - pipe: atlassian/npm-publish:1.1.1
14
21
  variables:
15
22
  NPM_TOKEN: $NPM_TOKEN
16
- # EXTRA_ARGS: "--access public"
23
+ EXTRA_ARGS: "--access public"
24
+
25
+
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.1",
4
+ "version": "1.0.3",
5
5
  "description": "Test npm publish and bitbucket pipeline .",
6
6
  "author": "hofa.chiang@mimik.com",
7
7
  "license": "ISC",