Update releases.yml
Separated the installation of ng-anr and ng-client to avoid the node_modules being installed twice.feature/dockerized-app
parent
7c0b2b3728
commit
8856ef80b9
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue