Skip to content

Commit

Permalink
MI-72: Removed private npm from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-nguyen-aligent committed Nov 6, 2024
1 parent 3786d9e commit 1db4f3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Authenticate with Aligent private NPM registry
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 1db4f3d

Please sign in to comment.