Skip to content

Commit

Permalink
Fix environment issue for client autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Aug 9, 2023
1 parent 4b029aa commit 35b63f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viser/_client_autobuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ensure_client_is_built() -> None:
"bash -c '"
f"source {env_dir / 'bin' / 'activate'};"
f"{npx_path} yarn install;"
"yarn run build;"
f"{npx_path} yarn run build;"
"'"
),
cwd=client_dir,
Expand Down

0 comments on commit 35b63f6

Please sign in to comment.