typo and build on test

This commit is contained in:
Thomas Citharel 2016-10-04 15:59:56 +02:00
parent 6cb364a2c1
commit c10adc1f76
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
3 changed files with 3 additions and 3 deletions

View file

@ -234,6 +234,6 @@ module.exports = function (grunt) {
grunt.registerTask(
'tests',
'Test css and js style conformity',
['eslint', 'stylelint']
['eslint', 'stylelint', 'default']
)
};

File diff suppressed because one or more lines are too long