Skip to content

Commit

Permalink
ls config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Dec 22, 2023
1 parent a142796 commit fc5ab7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ jobs:
popd
popd
- name: List npm config
run: |
npm install -g npm@latest
npm cache clean --force
npm config ls -l
- name: Link elements to Web UI
run: |
npm install --no-package-lock --@nuxeo:registry="${{ env.NPM_REPOSITORY }}" nuxeo-elements/core/${ELEMENTS_CORE} --verbose
Expand Down

0 comments on commit fc5ab7c

Please sign in to comment.