Skip to content

Commit caa5279

Browse files
committed
Merge pull request #1359 from NativeScript/kerezov/grunt-all
Add $ grunt all task
2 parents 2d7da20 + 6aa3be4 commit caa5279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ module.exports = function(grunt) {
184184
"copy:package_to_qa_drop_folder"
185185
]);
186186
grunt.registerTask("lint", ["tslint:build"]);
187-
187+
grunt.registerTask("all", ["clean", "test", "lint"]);
188188
grunt.registerTask("default", "ts:devlib");
189189
};

0 commit comments

Comments
 (0)