Skip to content

Commit

Permalink
fix(Doc): Fixing Typo in the Development Doc (#4646)
Browse files Browse the repository at this point in the history
* fix typo in the doc

* changed a clunk of text with duplicate
  • Loading branch information
Elaina-Lee committed Apr 18, 2024
1 parent f4e1f8b commit 7a6a2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/docs/Development/portal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ It is required for microsoft employees working on Azure Portal

:::
2. Setup config to have the correct uplink registery. For LAUX, this is the microsoft-logic-apps Azure Artifacts registery.
2A. Get a PAT set
Get a PAT from Azure devops and run this script in your terminal:

2A. Get a PAT from Azure devops and run this script in your terminal:
```bash
node -e "require('readline') .createInterface({input:process.stdin,output:process.stdout,historySize:0}) .question('PAT> ',p => { b64=Buffer.from('test:' + p.trim()).toString('base64');console.log(b64);process.exit(); })"
```
Expand Down Expand Up @@ -105,7 +105,7 @@ npm set registry http://localhost:4873/
5. Publish the package to verdaccio
from the LAUX repo root:
```bash
pnpm turbo run pusblish:local
pnpm turbo run publish:local
```

6. Install the package from verdaccio
Expand Down

0 comments on commit 7a6a2ac

Please sign in to comment.