Skip to content

Commit a0e0a3e

Browse files
committed
adds default grunt task
1 parent d008e81 commit a0e0a3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gruntfile.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,7 @@ module.exports = function (grunt) {
6969
grunt.registerTask('test', ['karma:travis']);
7070

7171

72-
};
72+
grunt.registerTask('default', ['test', 'build']);
73+
74+
75+
};

0 commit comments

Comments
 (0)