mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Add runOnly command
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
module.exports = function(grunt) {
|
||||
|
||||
if (grunt.cli.tasks.indexOf("testsapp") >= 0) {
|
||||
if (grunt.cli.tasks.indexOf("testsapp") || 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