Skip to content

Commit

Permalink
OZ-523: Add a slash(/) at the end of npm registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Mar 29, 2024
1 parent fbf651f commit 9420213
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
pull_request:
branches:
- main
release:
types:
- created
Expand All @@ -16,7 +19,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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ozone-e2e",
"version": "1.0.0-SNAPSHOT",
"version": "1.0.0-alpha.10",
"description": "These are end-to-end automated tests covering all Ozone HIS workflows",
"main": "index.js",
"files": [
Expand All @@ -12,12 +12,12 @@
"!playwright-report/"
],
"scripts": {
"proE2ETests": "npx playwright test",
"proE2ETests": "npx playwright test Analytics",
"fossE2ETests": "npx playwright test Odoo Senaite",
"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 9420213

Please sign in to comment.