mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Change grunt to do a full run
This commit is contained in:
@ -134,28 +134,28 @@ module.exports = {
|
|||||||
grunt.loadNpmTasks("grunt-contrib-copy");
|
grunt.loadNpmTasks("grunt-contrib-copy");
|
||||||
|
|
||||||
grunt.registerTask("testsapp", [
|
grunt.registerTask("testsapp", [
|
||||||
// "clean:workingDir",
|
"clean:workingDir",
|
||||||
// "mkdir:workingDir",
|
"mkdir:workingDir",
|
||||||
// "exec:killEmulator",
|
"exec:killEmulator",
|
||||||
// "exec:startEmulator",
|
"exec:startEmulator",
|
||||||
//
|
|
||||||
// "exec:createApp",
|
"exec:createApp",
|
||||||
// "clean:originalAppDir",
|
"clean:originalAppDir",
|
||||||
// "copy:testsAppToRunDir",
|
"copy:testsAppToRunDir",
|
||||||
//
|
|
||||||
// "exec:addAndroidPlatform",
|
"exec:addAndroidPlatform",
|
||||||
// "copy:addAndroidPermissions",
|
"copy:addAndroidPermissions",
|
||||||
// "exec:buildAppAndroid",
|
"exec:buildAppAndroid",
|
||||||
// "exec:restartAdb",
|
"exec:restartAdb",
|
||||||
//
|
|
||||||
"exec:uninstallExistingApp",
|
"exec:uninstallExistingApp",
|
||||||
"exec:installNewApp",
|
"exec:installNewApp",
|
||||||
"exec:startApp",
|
"exec:startApp",
|
||||||
"shell:collectLog",
|
"shell:collectLog",
|
||||||
|
|
||||||
|
|
||||||
// "exec:killEmulator",
|
"exec:killEmulator",
|
||||||
// "clean:workingDir"
|
"clean:workingDir"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user