Skip to content

Commit 1fcacd9

Browse files
committed
fix python package.json generate ref command
1 parent cdb01f2 commit 1fcacd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
1111
"postPublish": "poetry build && poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing",
1212
"pretest": "poetry install",
13-
"generate-ref": "poetry install && ./scripts/generate_api_ref.sh"
13+
"generate-ref": "poetry install && ./scripts/generate_sdk_ref.sh"
1414
}
1515
}

0 commit comments

Comments
 (0)