andyrichardson / andyrichardson/netlify-plugin-ttl-cache
Avoid binaries `cp` and `rsync`
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 16
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.