Skip to content

Commit

Permalink
fix python package.json generate ref command
Browse files Browse the repository at this point in the history
  • Loading branch information
0div committed Nov 27, 2024
1 parent cdb01f2 commit 1fcacd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"postVersion": "poetry version $(pnpm pkg get version --workspaces=false | tr -d \\\")",
"postPublish": "poetry build && poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish --skip-existing",
"pretest": "poetry install",
"generate-ref": "poetry install && ./scripts/generate_api_ref.sh"
"generate-ref": "poetry install && ./scripts/generate_sdk_ref.sh"
}
}

0 comments on commit 1fcacd9

Please sign in to comment.