We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ae1b30 + de3b2e0 commit a08d207Copy full SHA for a08d207
Gruntfile.js
@@ -185,5 +185,6 @@ module.exports = function(grunt) {
185
]);
186
grunt.registerTask("lint", ["tslint:build"]);
187
grunt.registerTask("all", ["clean", "test", "lint"]);
188
+ grunt.registerTask("rebuild", ["clean", "ts:devlib"]);
189
grunt.registerTask("default", "ts:devlib");
190
};
0 commit comments