chore(grunt): setup script is no more (#7695)

This commit is contained in:
Vasil Chimev
2019-08-20 11:48:31 +03:00
committed by GitHub
parent 98d0bb5ba6
commit a21d5e402b

View File

@ -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"