From 0e41d06a37c310672a18ad0bc3bf691b699033a1 Mon Sep 17 00:00:00 2001 From: Ivan Voskoboinyk Date: Tue, 9 May 2023 14:12:57 +0300 Subject: [PATCH] Use the `.pnpm` storage folder from the workspace root To leverage PNPM caching in Github Actions --- packages/slate-editor/storybook/.npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/slate-editor/storybook/.npmrc b/packages/slate-editor/storybook/.npmrc index bc3b5fc0d..07527279c 100644 --- a/packages/slate-editor/storybook/.npmrc +++ b/packages/slate-editor/storybook/.npmrc @@ -1,4 +1,4 @@ -store-dir=.pnpm +store-dir=../../../.pnpm ignore-workspace-root-check=true # @see https://github.com/pnpm/pnpm/issues/6463#issuecomment-1536115297 resolution-mode=lowest-direct