Skip to content

Commit 375387b

Browse files
committed
chore(cd): testing the .npmrc file
1 parent 611b207 commit 375387b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
echo "@infragistics:registry=https://packages.infragistics.com/npm/js-licensed/" >> .npmrc
8484
echo "//packages.infragistics.com/npm/js-licensed/:_authToken=${{ secrets.INFRAGISTICS_NPM_TOKEN }}" >> .npmrc
8585
86+
- name: Verify .npmrc content
87+
run: cat .npmrc
88+
8689
- name: Install dependencies
8790
run: npm install
8891
env:

0 commit comments

Comments
 (0)