From 7c0b2b372891aaaa4d63be6d2ca0ce3a7e7c91ec Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Wed, 5 Oct 2022 15:54:37 +0200 Subject: [PATCH] Update releases.yml Added the installation of ng_client, ng_anr separately. --- .github/workflows/releases.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 8322a68..69106d2 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -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