mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +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",
|
||||
setupLinks: "npm run setup",
|
||||
runUnitTests: "npm run unit-test",
|
||||
tslint: "npm run tslint",
|
||||
},
|
||||
@ -333,7 +332,6 @@ module.exports = function (grunt) {
|
||||
]);
|
||||
|
||||
grunt.registerTask("compile-ts", [
|
||||
"shell:setupLinks",
|
||||
"shell:compileAll",
|
||||
"clean:typeScriptLeftovers",
|
||||
"copy:childPackageFiles"
|
||||
|
Reference in New Issue
Block a user