💄
This commit is contained in:
parent
61d54f0558
commit
c814803c94
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue