fix: lint error
This commit is contained in:
parent
2f06c3a97e
commit
ca271c5dbb
1 changed files with 1 additions and 1 deletions
|
|
@ -621,7 +621,7 @@ def start_ui(
|
||||||
if nvm_path.exists():
|
if nvm_path.exists():
|
||||||
# Use bash to source nvm and run npm
|
# Use bash to source nvm and run npm
|
||||||
process = subprocess.Popen(
|
process = subprocess.Popen(
|
||||||
["bash", "-c", f"source ~/.nvm/nvm.sh 2>/dev/null && npm run dev"],
|
["bash", "-c", "source ~/.nvm/nvm.sh 2>/dev/null && npm run dev"],
|
||||||
cwd=frontend_path,
|
cwd=frontend_path,
|
||||||
env=env,
|
env=env,
|
||||||
stdout=subprocess.PIPE,
|
stdout=subprocess.PIPE,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue