mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove fixtures cleaning
This commit is contained in:
@@ -39,7 +39,6 @@ cp.safeExec.bind(global, 'npm install npm', {cwd: path.resolve(__dirname, '..',
|
||||
if (error)
|
||||
process.exit(1);
|
||||
require('fs-plus').removeSync.bind(global, path.join(homeDir, '.atom'))
|
||||
require('fs-plus').removeSync(path.resolve(__dirname, '..', 'spec', 'fixtures'))
|
||||
var async = require('async');
|
||||
var gruntPath = path.join('build', 'node_modules', '.bin', 'grunt') + (process.platform === 'win32' ? '.cmd' : '');
|
||||
var tasks = [
|
||||
|
||||
Reference in New Issue
Block a user