I have multiple projects running with references, ...
# general
w
I have multiple projects running with references, when making changes to my deployment I don’t necessarily change all the projects I’m trying to find ways to speed up the deployment (that takes over 10 minutes today) by eliminating updates on projects that haven’t changed I was thinking about running
preview --expect-no-changes
and if that command returns non-zero run
update
but I was hoping there’s a nice way of doing it instead of this ugly hack has anyone encountered something similar?