diff options
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
234 | grunt.registerTask( | 234 | grunt.registerTask( |
235 | 'tests', | 235 | 'tests', |
236 | 'Test css and js style conformity', | 236 | 'Test css and js style conformity', |
237 | ['eslint', 'stylelint'] | 237 | ['eslint', 'stylelint', 'default'] |
238 | ) | 238 | ) |
239 | }; | 239 | }; |