X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gruntfile.js;h=b80ab56d554bca0d6c5b1efb24b15541560ec7ef;hb=c10adc1f762d004350a7921250c6821baa866e2d;hp=e52cd16f472cafcf3fc9a6f2e4700ccf9e7f354d;hpb=6cb364a2c123b96d245b1ca3c330fd0042c74cd1;p=github%2Fwallabag%2Fwallabag.git diff --git a/Gruntfile.js b/Gruntfile.js index e52cd16f..b80ab56d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -234,6 +234,6 @@ module.exports = function (grunt) { grunt.registerTask( 'tests', 'Test css and js style conformity', - ['eslint', 'stylelint'] + ['eslint', 'stylelint', 'default'] ) };