From 3f87f223a35c70d495eb08b9c8c237cf803b4c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 14 Oct 2022 14:12:49 +0200 Subject: [PATCH] chore: add components node module binding to cache --- .github/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e3de47895..ba04e7d8d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,6 +40,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- @@ -87,6 +88,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- @@ -138,6 +140,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- @@ -189,6 +192,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- @@ -240,6 +244,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- @@ -315,6 +320,7 @@ jobs: path: | ${{ steps.yarn-cache-dir-path.outputs.dir }} ./node_modules + packages/components/**/node_modules key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn-