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:
15
gruntfile.js
15
gruntfile.js
@@ -519,19 +519,8 @@ module.exports = function(grunt) {
|
||||
]);
|
||||
|
||||
grunt.registerTask("default", ((typeof(grunt.option('runtslint')) != "undefined" && !grunt.option('runtslint')) ? [] : ["tslint:build"]).concat([
|
||||
"clean: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",
|
||||
"just-build",
|
||||
|
||||
"pack-apps",
|
||||
"pack-ts-apps",
|
||||
"pack-definitions",
|
||||
|
||||
Reference in New Issue
Block a user