X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Gruntfile.js;h=b80ab56d554bca0d6c5b1efb24b15541560ec7ef;hb=dda6398a4079de18946da17a77e81853afc6d0e5;hp=e52cd16f472cafcf3fc9a6f2e4700ccf9e7f354d;hpb=9f7d154e3451f1ccc1d69f0013e98acf4639c63b;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'] ) };