This commit is contained in:
Cheng Zhao 2014-03-28 09:42:37 +00:00
parent 61d54f0558
commit c814803c94

View file

@ -56,7 +56,7 @@ def update_apm():
if os.environ.get('CI') == '1':
execute([npm, 'install', 'npm'])
npm = os.path.join('node_modules', '.bin', 'npm')
npm = os.path.join(SOURCE_ROOT, 'node_modules', '.bin', 'npm')
if sys.platform == 'win32':
npm += '.cmd'