File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,5 @@ yarn demo
7676Note: 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments