From cee44528639598d5b4f73c5695dd93850258b1c1 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Sat, 5 Sep 2020 03:30:10 +0300 Subject: [PATCH] ci: update target cache folder paths --- .github/workflows/angular.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index a011f40195..c5450b339e 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -12,7 +12,9 @@ jobs: - uses: actions/cache@v2 with: - path: '*/*/node_modules' + path: | + npm/ng-packs/node_modules + templates/app/angular/node_modules key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }} - uses: actions/setup-node@v1 @@ -43,6 +45,6 @@ jobs: run: yarn install working-directory: templates/app/angular - - name: Build app template - run: yarn build --prod - working-directory: templates/app/angular + # - name: Build app template + # run: yarn build --prod + # working-directory: templates/app/angular