Skip to content

Commit 5b60043

Browse files
author
Alexander Vakrilov
authored
Development Workflow updated
1 parent b94a61f commit 5b60043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DevelopmentWorkflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ npm run setup
6868
# After changes in the modules or the tests
6969
tsc
7070
71-
tns livesync ios --path tests
72-
tns livesync android --path tests
71+
tns run ios --path tests
72+
tns run android --path tests
7373
```
7474

7575
## Platform declarations

0 commit comments

Comments
 (0)