8000 chore: Allow debugging the app in chrome devtools while testing. (#259) · designemail/nativescript-vue@4f5529b · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f5529b

Browse files
msaelicesrigor789
authored andcommitted
chore: Allow debugging the app in chrome devtools while testing. (nativescript-vue#259)
1 parent 72f2102 commit 4f5529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/sample-runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inquirer
4040
})
4141

4242
function runPlatform(platform) {
43-
tns = spawn('tns', ['run', platform], {
43+
tns = spawn('tns', ['debug', platform], {
4444
cwd: path.resolve(__dirname, '../samples')
4545
})
4646

0 commit comments

Comments
 (0)
0