mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update gruntfile.js
This commit is contained in:
13
gruntfile.js
13
gruntfile.js
@@ -519,19 +519,8 @@ module.exports = function(grunt) {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask("default", ((typeof(grunt.option('runtslint')) != "undefined" && !grunt.option('runtslint')) ? [] : ["tslint:build"]).concat([
|
grunt.registerTask("default", ((typeof(grunt.option('runtslint')) != "undefined" && !grunt.option('runtslint')) ? [] : ["tslint:build"]).concat([
|
||||||
"clean:build",
|
"just-build",
|
||||||
"shell:getGitSHA",
|
|
||||||
|
|
||||||
"collect-apps-raw-files",
|
|
||||||
"collect-definitions-raw-files",
|
|
||||||
"collect-modules-raw-files",
|
|
||||||
|
|
||||||
"compile-ts",
|
|
||||||
"distribute-apps-files",
|
|
||||||
"distribute-ts-apps-files",
|
|
||||||
"distribute-definition-files",
|
|
||||||
|
|
||||||
"pack-modules",
|
|
||||||
"pack-apps",
|
"pack-apps",
|
||||||
"pack-ts-apps",
|
"pack-ts-apps",
|
||||||
"pack-definitions",
|
"pack-definitions",
|
||||||
|
|||||||
Reference in New Issue
Block a user