We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd92a1 commit 8774ad8Copy full SHA for 8774ad8
setup.py
@@ -119,7 +119,6 @@ def run(self):
119
npm = shutil.which("npm") # this is required on windows
120
if npm is None:
121
raise RuntimeError("NPM is not installed.")
122
-
123
for args in (f"{npm} install", f"{npm} run build"):
124
args_list = args.split()
125
log.info(f"> {list2cmdline(args_list)}")
0 commit comments