diff libervia/server/tasks/implicit/task_js_modules.py @ 1509:106bae41f5c8

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Sat, 08 Apr 2023 13:44:11 +0200
parents 2f6dac783c8e
children
line wrap: on
line diff
--- a/libervia/server/tasks/implicit/task_js_modules.py	Fri Apr 07 15:20:40 2023 +0200
+++ b/libervia/server/tasks/implicit/task_js_modules.py	Sat Apr 08 13:44:11 2023 +0200
@@ -25,7 +25,7 @@
         with package_path.open('w') as f:
             json.dump(package, f)
 
-        cmd = self.findCommand('yarnpkg', 'yarn')
+        cmd = self.find_command('yarnpkg', 'yarn')
         await self.runCommand(cmd, 'install', path=str(self.build_path))
 
         try: