yarn install cache-folder

This commit is contained in:
Diego Mello 2023-01-31 13:13:32 -03:00
parent b2f20e4f9a
commit c403590794
1 changed files with 4 additions and 1 deletions

View File

@ -504,7 +504,10 @@ jobs:
- attach_workspace:
at: /home/circleci/repo
- restore_cache: *restore-npm-cache-linux
- run: *install-npm-modules
- run:
name: Install NPM modules
command: |
yarn install --cache-folder=/home/circleci/repo/node_modules
- save_cache: *save-npm-cache-linux
# - restore_cache: *restore-gradle-cache
- create-e2e-account-file