mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove ~/.node-gyp in clean script
This commit is contained in:
@@ -16,6 +16,7 @@ def main():
|
||||
rm_rf('out')
|
||||
rm_rf('spec/node_modules')
|
||||
rm_rf('vendor/brightray/vendor/download/libchromiumcontent')
|
||||
rm_rf(os.path.expanduser('~/.node-gyp'))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user