mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
chore(grunt): setup script is no more (#7695)
This commit is contained in:
@ -285,7 +285,6 @@ module.exports = function (grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
compileAll: "npm run compile-all",
|
compileAll: "npm run compile-all",
|
||||||
setupLinks: "npm run setup",
|
|
||||||
runUnitTests: "npm run unit-test",
|
runUnitTests: "npm run unit-test",
|
||||||
tslint: "npm run tslint",
|
tslint: "npm run tslint",
|
||||||
},
|
},
|
||||||
@ -333,7 +332,6 @@ module.exports = function (grunt) {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
grunt.registerTask("compile-ts", [
|
grunt.registerTask("compile-ts", [
|
||||||
"shell:setupLinks",
|
|
||||||
"shell:compileAll",
|
"shell:compileAll",
|
||||||
"clean:typeScriptLeftovers",
|
"clean:typeScriptLeftovers",
|
||||||
"copy:childPackageFiles"
|
"copy:childPackageFiles"
|
||||||
|
Reference in New Issue
Block a user