mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-01 08:48:05 +00:00
257dd514ed
This changes improves the speed that the project is tarballed by switching from `klaw` to `recursive-fs` and not running `lstat` on files that are ignored. Whilst testing with the Jellyfish repository, which contains a number of sub directories, each with their own node_modules folder, I was able to reduce the time taken to scan and tarball the project from 70s to 11s, which is a massive improvement. Change-type: patch Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>