Browse Source

Remove ~/.node-gyp in clean script

Cheng Zhao 9 years ago
parent
commit
bea45867d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/clean.py

+ 1 - 0
script/clean.py

@@ -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__':