我正在尝试将一些修补文件从我的配置复制到节点模块。我想用文件维护目录路径。
例如:
我在跑步:
copyfiles -u 1 ./config/patches/ ./node_modules/
我希望文件位于:
./config/patches/core/testing1/fix1.js
./config/patches/core/testing2/fix2.js
看起来像这样:
./node_modules/core/testing1/fix1.js
./node_modules/core/testing2/fix2.js
但是,没有任何内容被复制