Do not put modules used by specs on the root.
Modules in root is now installed by npm, and the native modules are now not usable by atom-shell.
This commit is contained in:
parent
dc9778f0f2
commit
ac31dc9672
4 changed files with 17 additions and 13 deletions
|
@ -21,6 +21,7 @@ def main():
|
|||
update_submodules()
|
||||
update_node_modules('.')
|
||||
update_atom_modules('atom/browser/default_app')
|
||||
update_atom_modules('spec')
|
||||
bootstrap_brightray(args.url)
|
||||
if sys.platform == 'cygwin':
|
||||
update_win32_python()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue