mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-07 15:49:23 +03:00
Add grunt param
This commit is contained in:
parent
167e6dc1bf
commit
43482ea78e
@ -15,7 +15,7 @@ defaultHeaders =
|
|||||||
Authorization: "token #{token}"
|
Authorization: "token #{token}"
|
||||||
'User-Agent': 'Atom'
|
'User-Agent': 'Atom'
|
||||||
|
|
||||||
module.exports = ->
|
module.exports = (grunt) ->
|
||||||
grunt.registerTask 'publish-build', 'Publish the built app', ->
|
grunt.registerTask 'publish-build', 'Publish the built app', ->
|
||||||
return unless process.platform is 'darwin'
|
return unless process.platform is 'darwin'
|
||||||
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master'
|
return if process.env.JANKY_SHA1 and process.env.JANKY_BRANCH isnt 'master'
|
||||||
|
Loading…
Reference in New Issue
Block a user