mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Run tslint only once :-)
Two grunt tasks had it as a dependency, and that triggered two runs.
This commit is contained in:
@@ -628,13 +628,13 @@ module.exports = function(grunt) {
|
||||
//alias just-build for backwards compatibility
|
||||
grunt.registerTask("just-build", ["build-all"]);
|
||||
|
||||
grunt.registerTask("build-all", (skipTsLint ? [] : ["tslint:build"]).concat([
|
||||
grunt.registerTask("build-all", [
|
||||
"pack-modules",
|
||||
|
||||
"collect-apps-raw-files",
|
||||
"distribute-apps-files",
|
||||
"distribute-ts-apps-files",
|
||||
]));
|
||||
]);
|
||||
|
||||
grunt.registerTask("node-tests", [
|
||||
"clean:nodeTests",
|
||||
|
||||
Reference in New Issue
Block a user