We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611b207 commit 375387bCopy full SHA for 375387b
1 file changed
.github/workflows/cd-matrix.yml
@@ -83,6 +83,9 @@ jobs:
83
echo "@infragistics:registry=https://packages.infragistics.com/npm/js-licensed/" >> .npmrc
84
echo "//packages.infragistics.com/npm/js-licensed/:_authToken=${{ secrets.INFRAGISTICS_NPM_TOKEN }}" >> .npmrc
85
86
+ - name: Verify .npmrc content
87
+ run: cat .npmrc
88
+
89
- name: Install dependencies
90
run: npm install
91
env:
0 commit comments