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 443e56f commit c91edd1
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 @@ -83,7 +83,7 @@ Here are some guidelines to help you and everyone else.
1. Publish the package.

```sh
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 @@ -35,7 +35,7 @@
"lint:types": "tsc --noEmit",
"prepare": "pnpm build",
"release:changelog": "lerna-changelog",
"release:package": "pnpm publish",
"release:publish": "pnpm publish",
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
Expand Down

0 comments on commit c91edd1

Please sign in to comment.