mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Don't force redownloading some assets
This commit is contained in:
@@ -49,11 +49,6 @@ def main():
|
||||
os.environ['DISPLAY'] = ':99.0'
|
||||
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'out'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'frameworks'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'external_binaries'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'vendor', 'apm', 'node_modules'))
|
||||
rm_rf(os.path.join(SOURCE_ROOT, 'vendor', 'brightray', 'vendor', 'download',
|
||||
'libchromiumcontent'))
|
||||
|
||||
# CI's npm is not reliable.
|
||||
npm = 'npm.cmd' if PLATFORM == 'win32' else 'npm'
|
||||
|
||||
Reference in New Issue
Block a user