I am trying to copy some patched files from my config to the node modules. I want to maintain the directory path with the file.
For example:
I am running:
copyfiles -u 1 ./config/patches/ ./node_modules/
I expect the files in:
./config/patches/core/testing1/fix1.js
./config/patches/core/testing2/fix2.js
to look like this:
./node_modules/core/testing1/fix1.js
./node_modules/core/testing2/fix2.js
However, nothing is copied in