Skip to content

Commit

Permalink
MI-72: Added Aligent private NPM registry token
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Oct 30, 2024
1 parent b9b940d commit 28bc466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
with:
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: npm ci
- run: npx nx g library test-lib --unitTestRunner=none
- run: npx nx g service test-app
Expand Down

0 comments on commit 28bc466

Please sign in to comment.