Skip to content

Commit eee2b50

Browse files
committed
fix (ns6): fix samples build and run for NS 6
1 parent 8b51caa commit eee2b50

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
@@ -41,7 +41,7 @@ inquirer
4141
})
4242

4343
function runPlatform(platform) {
44-
tns = spawn('tns', ['debug', platform, '--syncAllFiles', '--bundle'].concat(args), {
44+
tns = spawn('tns', ['debug', platform].concat(args), {
4545
cwd: path.resolve(__dirname, '../samples')
4646
})
4747

0 commit comments

Comments
 (0)