We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec3bdd commit 276c405Copy full SHA for 276c405
gruntfile.js
@@ -78,14 +78,6 @@ module.exports = function(grunt) {
78
cwd: "./tests"
79
}
80
81
- },
82
- updateSamples: {
83
- command: "npm install ../" + packageName,
84
- options: {
85
- execOptions: {
86
- cwd: "./ng-sample"
87
- }
88
89
90
},
91
});
@@ -116,7 +108,5 @@ module.exports = function(grunt) {
116
108
117
109
grunt.registerTask("updateTests", ["all", "shell:updateTests"]);
118
110
119
- grunt.registerTask("updateSamples", ["all", "shell:updateSamples"]);
120
-
121
111
grunt.registerTask("default", ["all"]);
122
112
};
0 commit comments