andyrichardson / andyrichardson/netlify-plugin-ttl-cache
Avoid binaries `cp` and `rsync`
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 16
- Fork
- 3
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Using binaries like `cp` or `rsync` does not work for builds triggered with Netlify CLI. Those builds are run on the user's machine, which might not have `cp` and/or `rsync` installed, especially on Windows.
Would using a core Node.js `fs.*` method or a library like [`cp-file`](https://github.com/sindresorhus/cp-file) or [`cpy`](https://github.com/sindresorhus/cpy) be an option instead?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.