Clean build/node_modules folder

This commit is contained in:
Kevin Sawicki
2014-01-02 10:56:00 -08:00
parent 0c5ed1eee4
commit 401ef87bb2

View File

@@ -16,6 +16,7 @@ var killatom = process.platform === 'win32' ? 'START taskkill /F /IM ' + product
var commands = [
killatom,
[__dirname, '..', 'node_modules'],
[__dirname, '..', 'build', 'node_modules'],
[__dirname, '..', 'atom-shell'],
[home, '.atom', '.node-gyp'],
[home, '.atom', 'storage'],