Skip to content

Commit e73aa3c

Browse files
authored
add --no for npx (#43113)
1 parent 6bd9cde commit e73aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/tools/azure-sdk-tools/packaging_tools/generate_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ def gen_typespec(
516516
typespec_python = "@azure-tools/typespec-python"
517517
# call scirpt to generate sdk
518518
try:
519-
tsp_client = "npx --prefix eng/common/tsp-client tsp-client"
519+
tsp_client = "npx --no --prefix eng/common/tsp-client tsp-client"
520520
if spec_folder:
521521
tsp_dir = (Path(spec_folder) / typespec_relative_path).resolve()
522522
repo_url = rest_repo_url.replace("https://github.com/", "")

0 commit comments

Comments
 (0)