Michael Spector
08/15/2023, 2:45 PM.yarn/cache directory).
we noticed that the pact-core npm package exceeds github's 100mb file size limit. we're not on the latest version of pact, but even the latest version of pact-core is large.
if I understand correctly, pact-core is so large because of the included CLI tools, which we don't use directly. is there any way around this? or can anyone think of other creative solutions?Michael Spector
08/15/2023, 2:50 PMgit-lfs is an option, but one that we'd like to avoid if possibleYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
--ignore-scripts so it would stop pact-js from fetching out the required libs.Michael Spector
08/15/2023, 2:58 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Matt (pactflow.io / pact-js / pact-go)
zero-installs is a good idea.Michael Spector
08/17/2023, 2:29 PMyarn patch to remove the /standalone directory. I'm having some trouble, though. I'm guessing nobody here has tried this before, but if you have any thoughts about that approach, please let me know