Revert "Turn up debugging for atom-shell downloads"

This reverts commit 6c4eb7439a.
This commit is contained in:
Matt Colyer 2013-12-18 14:22:17 -08:00
parent 6c4eb7439a
commit c9aa082e63

View File

@ -33,7 +33,7 @@ cp.safeExec.bind(global, 'node script/bootstrap', function(error) {
var tasks = [
require('rimraf').bind(global, path.join(homeDir, '.atom')),
cp.safeExec.bind(global, 'git clean -dff'),
cp.safeExec.bind(global, gruntPath + ' ci --stack --no-color --verbose'),
cp.safeExec.bind(global, gruntPath + ' ci --stack --no-color'),
]
if (process.platform === 'darwin') {
tasks.push(cp.safeExec.bind(global, 'node_modules/.bin/coffee script/upload-release'))