Skip to content

Commit

Permalink
MI-72: Update npm registry domain to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Oct 30, 2024
1 parent 28bc466 commit ff46b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Authenticate with Aligent private NPM registry
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.ALIGENT_NPM_TOKEN }}" > ~/.npmrc
run: echo "//npm.corp.aligent.consulting/:_authToken=${{ secrets.ALIGENT_NPM_TOKEN }}" > ~/.npmrc
- run: npm ci
- run: npx nx g library test-lib --unitTestRunner=none
- run: npx nx g service test-app
Expand Down

0 comments on commit ff46b8c

Please sign in to comment.