From 5b60043e35f7d6b5478362872df54c3cabef3606 Mon Sep 17 00:00:00 2001 From: Alexander Vakrilov Date: Thu, 15 Jun 2017 13:00:43 +0300 Subject: [PATCH] Development Workflow updated --- DevelopmentWorkflow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DevelopmentWorkflow.md b/DevelopmentWorkflow.md index 55dbd0979..0eb9b15ef 100644 --- a/DevelopmentWorkflow.md +++ b/DevelopmentWorkflow.md @@ -68,8 +68,8 @@ npm run setup # After changes in the modules or the tests tsc -tns livesync ios --path tests -tns livesync android --path tests +tns run ios --path tests +tns run android --path tests ``` ## Platform declarations