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

Commit 55116da

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ npm-publish:
5353
script:
5454
- touch /home/node/.npmrc
5555
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > /home/node/.npmrc
56+
- cat /home/node/.npmrc
5657
- cd dist/material-calendar
5758
- npm publish
5859
- rm /home/node/.npmrc

0 commit comments

Comments
 (0)