Skip to content

Commit a21d5e4

Browse files
authored
chore(grunt): setup script is no more (NativeScript#7695)
1 parent 98d0bb5 commit a21d5e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gruntfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ module.exports = function (grunt) {
285285
}
286286
},
287287
compileAll: "npm run compile-all",
288-
setupLinks: "npm run setup",
289288
runUnitTests: "npm run unit-test",
290289
tslint: "npm run tslint",
291290
},
@@ -333,7 +332,6 @@ module.exports = function (grunt) {
333332
]);
334333

335334
grunt.registerTask("compile-ts", [
336-
"shell:setupLinks",
337335
"shell:compileAll",
338336
"clean:typeScriptLeftovers",
339337
"copy:childPackageFiles"

0 commit comments

Comments
 (0)