Skip to content

Commit 29dffbc

Browse files
Fix livesync on multiple devices when app is not installed
When you try to livesync on multiple devices and application is not installed on more than one, calling `tns livesync <platform>` installs the application only on one of them. There's warning in the output that the application is not installed for each of the devices, but it is installed only on one of them. The problem is the current logic that is executed for each device - as we want to build only one, in case the app is already built, we've skipped the install part for all devices except the first one. So we have to build once, but install the built package on all devices where the app does not exist.
1 parent 5e03b28 commit 29dffbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common

0 commit comments

Comments
 (0)