Skip to content

Commit c6a37cd

Browse files
committed
Chore: Simplify publishing instructions
1 parent 0b28eff commit c6a37cd

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,5 @@ yarn demo
7676
Note: This can only be done by someone with permission to the org on `npm` and requires 2FA setup.
7777

7878
```sh
79-
yarn publish
79+
yarn lerna publish
8080
```
81-
82-
You'll need to add a `./publish.env` at the root of the repo. And inside define your 2FA codes:
83-
84-
```
85-
NPM_CONFIG_OTP=""
86-
```
87-
88-
The publish alias relies on 1password for developer to fetch the private information.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"internals/*"
5454
],
5555
"scripts": {
56-
"publish": "op run --env-file='./publish.env' -- yarn lerna publish",
5756
"demo": "node --watch-path=packages/ packages/demo/dist/esm/index.js",
5857
"dev": "turbo watch tsc",
5958
"prepare": "husky && turbo tsc attw",

0 commit comments

Comments
 (0)