mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-03-29 16:49:02 +08:00
Should install node modules for default_app and spec when bootstrap.
This commit is contained in:
@@ -56,7 +56,13 @@ def bootstrap_brightray(url):
|
||||
|
||||
|
||||
def update_node_modules():
|
||||
subprocess.check_call(['npm', 'install', '--silent'])
|
||||
for dirname in ['.', 'browser/default_app', 'spec']:
|
||||
update_node_modules_for_dir(dirname);
|
||||
|
||||
|
||||
def update_node_modules_for_dir(dirname):
|
||||
with scoped_cwd(dirname):
|
||||
subprocess.check_call(['npm', 'install', '--silent'])
|
||||
|
||||
|
||||
def update_win32_python():
|
||||
|
||||
Reference in New Issue
Block a user