diff --git a/apps/native-ui-storybook/eas.json b/apps/native-ui-storybook/eas.json index 4efdb21b2..27c4fc9d0 100644 --- a/apps/native-ui-storybook/eas.json +++ b/apps/native-ui-storybook/eas.json @@ -8,6 +8,9 @@ "distribution": "internal" }, "preview": { + "cache": { + "paths": ["./ios/Podfile.lock"] + }, "env": { "STORYBOOK_ENABLED": "true" },