From c67ccdce3f12454d272f7a131b79ea96e329fc39 Mon Sep 17 00:00:00 2001 From: msaelices Date: Wed, 20 Jun 2018 18:25:43 +0200 Subject: [PATCH] chore: Allow debugging the app in chrome devtools while testing. --- build/sample-runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/sample-runner.js b/build/sample-runner.js index 9a399087..43f599e9 100644 --- a/build/sample-runner.js +++ b/build/sample-runner.js @@ -40,7 +40,7 @@ inquirer }) function runPlatform(platform) { - tns = spawn('tns', ['run', platform], { + tns = spawn('tns', ['debug', platform], { cwd: path.resolve(__dirname, '../samples') })