Skip to content

Commit

Permalink
OZ-523: Appended '/' to the npm registry url. (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud authored Apr 2, 2024
1 parent fbf651f commit 66ab49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public'
registry-url: 'https://nexus.mekomsolutions.net/repository/npm-public/'

- name: Install dependencies
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"publish": "npm publish"
},
"publishConfig": {
"registry": "https://nexus.mekomsolutions.net/repository/npm-public"
"registry": "https://nexus.mekomsolutions.net/repository/npm-public/"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 66ab49a

Please sign in to comment.