Update releases.yml

Separated the installation of ng-anr and ng-client to avoid the node_modules being installed twice.
feature/dockerized-app
Ruslan Baidan 2022-10-05 16:29:15 +02:00 committed by GitHub
parent 7c0b2b3728
commit 8856ef80b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -48,10 +48,15 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Local dependencies
- name: Install ng-anr
run: |
npm install ng_anr
npm install ng_client
- name: Install ng-client
uses: actions/checkout@v2
with:
repository: monarc-project/ng-client
path: './node_modules/ng_client'
- name: Install ng-client dependencies
run: |