]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - Gruntfile.js
typo and build on test
[github/wallabag/wallabag.git] / Gruntfile.js
index e52cd16f472cafcf3fc9a6f2e4700ccf9e7f354d..b80ab56d554bca0d6c5b1efb24b15541560ec7ef 100644 (file)
@@ -234,6 +234,6 @@ module.exports = function (grunt) {
   grunt.registerTask(
       'tests',
       'Test css and js style conformity',
-      ['eslint', 'stylelint']
+      ['eslint', 'stylelint', 'default']
   )
 };