Closed heymartinadams closed 1 year ago
@heymartinadams Thank you for the report. We don't have a task for yarn support for fast deploy in our roadmap now, but we will investigate the the complexity of this task nearest future.
@heymartinadams We have researched implementation of this feature and decided to release it on the next week
Thanks, @eugeneantonevich ✨
ps: what’s your policy on closing issues — should I be closing issues I’ve opened once addressed or resolved, or will you be doing this?
@heymartinadams We will close issues by ourself, thank you.
Is your feature request related to a problem? Please describe. Minor feature: during deploy, we get the following message:
File package-lock.json is missing. Consider adding it to enable fast deploy.
Describe the solution you'd like Many developers use
yarn
instead ofnpm
, and yarn createsyarn.lock
instead ofpackage-lock.json
.This is so trivial, perhaps I shouldn’t even have mentioned it. Just for your consideration.