@tom2o17 you were right, copy-pasting OZ into a local dir src/@openzeppelin/contracts-5.4.0/ was not the move. It creates issues in dependent repos as they cannot find the src/ directory. I'm going to see what other routes we can go (open to suggestions) here.
Edit: I think the way forward here is to accept that every inheritor repo will require some version of a pinned OZ of the contracts in this repo. It's probably better that way than to hack around a single package dep.
@tom2o17 you were right, copy-pasting OZ into a local dir
src/@openzeppelin/contracts-5.4.0/was not the move. It creates issues in dependent repos as they cannot find thesrc/directory. I'm going to see what other routes we can go (open to suggestions) here.Edit: I think the way forward here is to accept that every inheritor repo will require some version of a pinned OZ of the contracts in this repo. It's probably better that way than to hack around a single package dep.