Skip to content

Commit 276c405

Browse files
committed
Remove unused grunt task
1 parent 1ec3bdd commit 276c405

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: gruntfile.js

-10
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ module.exports = function(grunt) {
7878
cwd: "./tests"
7979
}
8080
}
81-
},
82-
updateSamples: {
83-
command: "npm install ../" + packageName,
84-
options: {
85-
execOptions: {
86-
cwd: "./ng-sample"
87-
}
88-
}
8981
}
9082
},
9183
});
@@ -116,7 +108,5 @@ module.exports = function(grunt) {
116108

117109
grunt.registerTask("updateTests", ["all", "shell:updateTests"]);
118110

119-
grunt.registerTask("updateSamples", ["all", "shell:updateSamples"]);
120-
121111
grunt.registerTask("default", ["all"]);
122112
};

0 commit comments

Comments
 (0)