mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-04 20:13:11 +08:00
fix(linter): fix linter errors
This commit is contained in:
parent
2c1dbeb31f
commit
81c61acfcd
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ module.exports = (grunt) ->
|
|||
ciTasks.push('dump-symbols') if process.platform isnt 'win32'
|
||||
ciTasks.push('set-version', 'lint', 'generate-asar')
|
||||
|
||||
if process.platform is "darwin"
|
||||
if process.platform is "darwin"
|
||||
ciTasks.push('test', 'codesign')
|
||||
|
||||
if process.platform is "linux"
|
||||
|
|
Loading…
Reference in a new issue