Skip to content

Commit

Permalink
MODLD-547: added folio-npm-registry to package.json (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
PBobylev authored Oct 17, 2024
1 parent 747fcd5 commit 94bdef9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ jobs:
with:
compile-translations: false
jest-enabled: false
sonar-enabled: false
folio-npm-registry: https://repository.folio.org/repository/npm-folioci/
folio-npm-registry-auth: //repository.folio.org/repository/npm-folioci/
sonar-enabled: false
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@folio-org/linked-data",
"version": "1.0.1",
"type": "module",
"publishConfig": {
"registry": "https://repository.folio.org/repository/npm-folio/"
},
"files": [
"dist"
],
Expand Down

0 comments on commit 94bdef9

Please sign in to comment.