Skip to content

Commit

Permalink
fix: add registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Aug 6, 2023
1 parent 0697846 commit c037628
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/json-difference-cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"npm": {
"executor": "ngx-deploy-npm:deploy",
"access": "public",
"distFolderPath": "libs/json-difference-cli"
"distFolderPath": "libs/json-difference-cli",
"registry": "https://npm.pkg.github.com/"
}
}
}
3 changes: 2 additions & 1 deletion libs/json-difference/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "libs/json-difference"
"distFolderPath": "libs/json-difference",
"registry": "https://npm.pkg.github.com/"
}
}
}
Expand Down

0 comments on commit c037628

Please sign in to comment.