Skip to content

Commit 93ba47e

Browse files
authored
ref(docs): update instances of yarn to pnpm in environment setup docs (#14118)
Was using these docs and noticed the outdated usages of `yarn`. Updated to use the working `pnpm` usages
1 parent 79481ec commit 93ba47e

File tree

1 file changed

+2
-2
lines changed
  • develop-docs/development-infrastructure/environment

1 file changed

+2
-2
lines changed

develop-docs/development-infrastructure/environment/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ First we will use [mkcert](https://github.com/FiloSottile/mkcert) to create and
6565
brew install mkcert
6666
brew install nss # if you use Firefox
6767
brew install caddy
68-
yarn mkcert-localhost
68+
pnpm mkcert-localhost
6969
```
7070

7171
Then we will run the reverse proxy as needed:
7272
```shell
73-
yarn https-proxy
73+
pnpm https-proxy
7474
```
7575

7676
After the server is running we can visit the dev server using `https` at port `:8003` instead of over `http` at `:8000`.

0 commit comments

Comments
 (0)