Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 63973d6

Browse files
author
evombau
committed
Update .gitlab-ci.yml
1 parent 4a1b9e5 commit 63973d6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ build_app:
5151
npm-publish:
5252
stage: npm-publish
5353
script:
54-
- touch .npmrc
55-
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
56-
- npm set registry https://registry.npmjs.org/
54+
- touch /home/node/.npmrc
55+
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/node/.npmrc
5756
- cd dist/material-calendar
5857
- npm publish
59-
- rm .npmrc
58+
- rm /home/node/.npmrc
6059
tags:
6160
- node
6261

0 commit comments

Comments
 (0)