Skip to content

Commit

Permalink
fix(ci): fix publish ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed Nov 8, 2023
1 parent a1e8b3e commit 6ea731e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build": "turbo run build",
"test": "turbo run test",
"format": "prettier --write .",
"publish": "turbo run publish",
"release": "turbo run release",
"version:patch": "turbo run version:patch",
"version:minor": "turbo run version:minor",
"version:major": "turbo run version:major"
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": {
"cache": false
},
"publish": {},
"release": {},
"version:patch": {},
"version:minor": {},
"version:major": {}
Expand Down

0 comments on commit 6ea731e

Please sign in to comment.