Skip to content

Commit a08d207

Browse files
committed
Merge pull request #1527 from NativeScript/kerezov/grunt-rebuild
Introduce `grunt rebuild`
2 parents 3ae1b30 + de3b2e0 commit a08d207

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)