Skip to content

Commit de3b2e0

Browse files
committed
Introduce grunt rebuild
Cleans and builds
1 parent 3ae1b30 commit de3b2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,6 @@ module.exports = function(grunt) {
185185
]);
186186
grunt.registerTask("lint", ["tslint:build"]);
187187
grunt.registerTask("all", ["clean", "test", "lint"]);
188+
grunt.registerTask("rebuild", ["clean", "ts:devlib"]);
188189
grunt.registerTask("default", "ts:devlib");
189190
};

0 commit comments

Comments
 (0)