Skip to content

Commit

Permalink
Add local npm module location
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston committed Apr 11, 2024
1 parent ef8b8a0 commit 8bfcd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: echo -e '${{ secrets.NPMRC }}' > ~/.npmrc

#NOTE: necessary to build client-war until service account with write permissions is available
#TODO: remove this, revert changes to cirras-underwriting-war package.json
- name: Install npm module dependency for -war
run: |
if ${{ contains(inputs.MICROSERVICE_NAME, '-war')}}; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@angular/router": "^13.4.0",
"@angular/service-worker": "^13.4.0",
"@busacca/ng-pick-datetime": "^9.0.2",
"@cirras/cirras-underwriting-api": "^3.2.0-SNAPSHOT",
"@cirras/cirras-underwriting-api": "file:/home/runner/work/nr-brmb-pim/nr-brmb-pim/cirras-underwriting-ngclient-lib/cirras-underwriting-ngclient-lib/src/main/angular",
"@ng-select/ng-select": "^5.0.3",
"@ngrx/effects": "^13.2.0",
"@ngrx/entity": "^13.2.0",
Expand Down

0 comments on commit 8bfcd5b

Please sign in to comment.