Skip to content

Commit

Permalink
remove 'registry' reference
Browse files Browse the repository at this point in the history
  • Loading branch information
poonamyadav252 committed Sep 19, 2023
1 parent 970b828 commit a89eae9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,22 @@ jobs:
- uses: actions/setup-node@v3
with:
registry-url: ${{ env.NPM_REPOSITORY }}
registry-url: 'https://packages.nuxeo.com/repository/npm-public/'
node-version: 18
scope: '@nuxeo'

- name: Install Web UI
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PACKAGES_TOKEN }}
run: |
npm install
pushd packages/nuxeo-web-ui-ftest
npm install
popd
pushd packages/nuxeo-designer-catalog
npm install
popd
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
Expand Down
2 changes: 0 additions & 2 deletions plugin/web-ui/addon/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ limitations under the License.
<target name="install" description="Install npm depedencies" unless="skipInstall">
<exec executable="${cmd.npm}" failonerror="true">
<arg value="install" />
<!-- remove next line once NXBT-3340 is closed -->
<arg value="--@nuxeo:registry=&quot;https://packages.nuxeo.com/repository/npm-public&quot;" />
</exec>
</target>

Expand Down

0 comments on commit a89eae9

Please sign in to comment.