Remove ~/.node-gyp in clean script
This commit is contained in:
parent
70987a9029
commit
bea45867d2
1 changed files with 1 additions and 0 deletions
|
@ -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__':
|
||||
|
|
Loading…
Reference in a new issue