mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 00:52:29 +03:00
Add --no-install option to script/build
This commit is contained in:
parent
8088c16b5c
commit
41c2a61b5a
@ -263,5 +263,6 @@ module.exports = (grunt) ->
|
||||
grunt.registerTask('ci', ciTasks)
|
||||
|
||||
defaultTasks = ['download-electron', 'download-electron-chromedriver', 'build', 'set-version', 'generate-asar']
|
||||
# defaultTasks.push 'install' unless process.platform is 'linux'
|
||||
unless process.platform is 'linux' or grunt.option('no-install')
|
||||
defaultTasks.push 'install'
|
||||
grunt.registerTask('default', defaultTasks)
|
||||
|
Loading…
Reference in New Issue
Block a user