mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix the runner. Adjust the temporary run script for a relative folder structure
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = function(grunt) {
|
||||
|
||||
if (grunt.cli.tasks.indexOf("testsapp") || grunt.cli.tasks.indexOf("buildtestsapp")>= 0) {
|
||||
if (grunt.cli.tasks.indexOf("testsapp") >= 0 || grunt.cli.tasks.indexOf("buildtestsapp")>= 0) {
|
||||
var tsTester = require("./build/run-testsapp.grunt.js");
|
||||
tsTester.run(grunt);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user