Closed Innei closed 1 year ago
Fetching and building already happens in postinstall
: https://github.com/mhassan1/redis-memory-server/blob/e65068af78a304109437b60981378a554750cf8c/package.json#L87
I see you are using PNPM. This comment might help (it is for mongodb-memory-server
, on which redis-memory-server
is based): https://github.com/nodkz/mongodb-memory-server/issues/489#issuecomment-869788691.
Thank you for your reply
Hi friend, can you put the process of fetching binary and building into the postinstall step? I often experience timeouts during CI or local testing stages (re-installing node_modules).