Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 24, 2024
1 parent 8af09dd commit 4c3e450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/canyon-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canyon-uploader",
"version": "0.0.1-beta.31",
"version": "0.0.1-beta.32",
"files": [
"bin",
"dist"
Expand Down
2 changes: 1 addition & 1 deletion tools/canyon-uploader/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ program
.option("--instrument_cwd <coverage>", "instrument_cwd")
.option("--branch <branch>", "branch of the project")
.option("--provider <provider>", "provider")
.option("--workplace <workplace>", "workplace")
.option("--workspace <workspace>", "workspace")
.allowExcessArguments(false)
.allowUnknownOption(false)
.description("modify react native project code to adapt to canyon")
Expand Down

0 comments on commit 4c3e450

Please sign in to comment.