mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 11:08:10 +08:00
fix(build): Run the linter before build on CI machines
This commit is contained in:
parent
a366f3be9b
commit
0f1958f3b8
1 changed files with 1 additions and 1 deletions
|
@ -64,5 +64,5 @@ module.exports = (grunt) => {
|
|||
|
||||
grunt.registerTask('build', ['packager']);
|
||||
grunt.registerTask('lint', ['eslint', 'lesslint', 'nylaslint', 'coffeelint', 'csslint']);
|
||||
grunt.registerTask('ci', ['build'].concat(postBuildSteps));
|
||||
grunt.registerTask('ci', ['lint', 'build'].concat(postBuildSteps));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue