diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 15:59:56 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-04 15:59:56 +0200 |
commit | c10adc1f762d004350a7921250c6821baa866e2d (patch) | |
tree | 1ac14b5cda6320412cb9685ec3cd644a398cab43 /Gruntfile.js | |
parent | 6cb364a2c123b96d245b1ca3c330fd0042c74cd1 (diff) | |
download | wallabag-c10adc1f762d004350a7921250c6821baa866e2d.tar.gz wallabag-c10adc1f762d004350a7921250c6821baa866e2d.tar.zst wallabag-c10adc1f762d004350a7921250c6821baa866e2d.zip |
typo and build on test
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 | }; |