@pristy/pristy-libvue 0.2.3 → 0.2.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.
Files changed (2) hide show
  1. package/.gitlab-ci.yml +3 -4
  2. package/package.json +1 -1
package/.gitlab-ci.yml CHANGED
@@ -21,9 +21,6 @@ variables:
21
21
  image: docker.io/node:16.15-alpine
22
22
  interruptible: true
23
23
  retry: 1
24
- before_script:
25
- - echo "registry=https://registry.npmjs.org/" > .npmrc
26
- - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
27
24
  only:
28
25
  - tags
29
26
  - merge_requests
@@ -48,7 +45,9 @@ publish:
48
45
  dependencies:
49
46
  - npm-install
50
47
  script:
51
- - npm publish --verbose
48
+ - npm config set -- '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
49
+ - npm whoami
50
+ - npm publish --access public
52
51
  resource_group: 'deployment-$CI_COMMIT_REF_SLUG'
53
52
  only:
54
53
  - tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Library for Pristy application",
5
5
  "main": "src/index.js",
6
6
  "dependencies": {