Skip to content

Commit

Permalink
added update contract version functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
oveddan committed Oct 10, 2023
1 parent ef47460 commit 4bc4d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "turbo run build",
"test": "turbo run test",
"dev": "turbo run dev",
"update-version": "changeset version && turbo run update-version",
"update-version": "changeset version && turbo run update-contract-version",
"lint": "turbo run lint",
"format": "turbo run format",
"release": "turbo run prepack && changeset publish"
Expand Down
4 changes: 2 additions & 2 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"lint": {
"dependsOn": ["^lint"]
},
"update-version": {
"dependsOn": ["^update-version"]
"update-contract-version": {
"dependsOn": ["^update-contract-version"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 4bc4d54

Please sign in to comment.