Can you run eas build --local without running yarn?

I want eas build to use the existing node_modules directory and not re-run yarn, is that possible?

to clarify - you want to upload your node_modules directory and run a build against that? can you clarify why this would be desired? this is a highly unusual thing to do for CI environments, we don’t currently support it on EAS Build. if you need to persist changes to node_modules, you should use something like patch-package