mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Clear out apm folder in cibuild
This commit is contained in:
@@ -62,6 +62,7 @@ function removeNodeModules() {
|
||||
|
||||
try {
|
||||
fsPlus.removeSync(path.resolve(__dirname, '..', 'node_modules'));
|
||||
fsPlus.removeSync(path.resolve(__dirname, '..', 'apm', 'node_modules'));
|
||||
} catch (error) {
|
||||
console.error(error.message);
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user