Skip to content

Commit

Permalink
Renamed publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Dec 18, 2023
1 parent 7f1dbf7 commit 8bdf0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Here are some guidelines to help you and everyone else.
```sh
# From the workspace root
pnpm release:package
pnpm release:publish
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "pnpm --filter '*' lint:fix",
"prepare": "pnpm build",
"release:changelog": "changeset version",
"release:package": "pnpm build && changeset publish",
"release:publish": "pnpm build && changeset publish",
"test": "pnpm --filter '*' test"
},
"devDependencies": {
Expand Down

0 comments on commit 8bdf0f6

Please sign in to comment.