Temporary release-mac task

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan 2015-11-24 15:15:41 -05:00
parent 750af65ffc
commit 7b79874a8a
2 changed files with 2 additions and 0 deletions

View File

@ -244,6 +244,7 @@ module.exports = function (grunt) {
grunt.registerTask('default', ['newer:babel', 'less', 'newer:copy:dev', 'shell:electron', 'watchChokidar']);
grunt.registerTask('release', ['clean:release', 'babel', 'less', 'copy:dev', 'electron', 'copy:osx', 'shell:sign', 'shell:zip', 'copy:windows', 'rcedit:exes', 'compress']);
grunt.registerTask('release-mac', ['clean:release', 'babel', 'less', 'copy:dev', 'electron:osx', 'copy:osx', 'shell:sign', 'shell:zip']);
process.on('SIGINT', function () {
grunt.task.run(['shell:electron:kill']);

View File

@ -15,6 +15,7 @@
"test": "jest -c jest-unit.json",
"integration": "jest -c jest-integration.json",
"release": "grunt release",
"release-mac": "grunt release-mac",
"lint": "jsxhint src"
},
"license": "Apache-2.0",