Update releases.yml

Added the installation of ng_client, ng_anr separately.
feature/dockerized-app
Ruslan Baidan 2022-10-05 15:54:37 +02:00 committed by GitHub
parent 922c0b3d2b
commit 7c0b2b3728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -48,6 +48,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install Local dependencies
run: |
npm install ng_anr
npm install ng_client
- name: Install ng-client dependencies
run: |
npm install