Skip to content

Commit bea4586

Browse files
committed
Remove ~/.node-gyp in clean script
1 parent 70987a9 commit bea4586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/clean.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def main():
1616
rm_rf('out')
1717
rm_rf('spec/node_modules')
1818
rm_rf('vendor/brightray/vendor/download/libchromiumcontent')
19+
rm_rf(os.path.expanduser('~/.node-gyp'))
1920

2021

2122
if __name__ == '__main__':

0 commit comments

Comments
 (0)