mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-11-23 22:45:12 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
87b0c5fb1c
commit
edb4f9ec3b
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ publish-npm:
|
|||
paths:
|
||||
- package.json
|
||||
script:
|
||||
- echo "@sharkey:registry=https://${CI_SERVER_HOST}/api/v4/groups/2/packages/npm/" > .npmrc
|
||||
- echo "//${CI_SERVER_HOST}/api/v4/groups/2/packages/npm/:_authToken=${NPM_TOKEN}" >> .npmrc
|
||||
- echo "@transfem-org:registry=https://${CI_SERVER_HOST}/api/v4/projects/2/packages/npm/" > .npmrc
|
||||
- echo "//${CI_SERVER_HOST}/api/v4/projects/2/packages/npm/:_authToken=${NPM_TOKEN}" >> .npmrc
|
||||
- npm i
|
||||
- npm run build
|
||||
- npm publish
|
||||
|
|
Loading…
Reference in a new issue