diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index f7338065f..d0f3d857f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -30,6 +30,9 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Npm config list + run: npm config list + - name: Print .npmrc run: cat $HOME/.npmrc