mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: update CONTRIBUTING.md (#4315)
This commit is contained in:
parent
af2d1ebb98
commit
bc5a797892
1 changed files with 2 additions and 2 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -73,10 +73,10 @@ You'll need these installed to proceed:
|
||||||
Clone the repo https://github.com/logto-io/logto in the way you like, then execute the command below in the project root:
|
Clone the repo https://github.com/logto-io/logto in the way you like, then execute the command below in the project root:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pnpm i
|
pnpm i && pnpm prepack
|
||||||
```
|
```
|
||||||
|
|
||||||
It may take a while to install dependencies.
|
`pnpm i` installs dependencies, which might take some time, and `pnpm prepack` builds the necessary workspace dependencies, enabling editors such as VSCode to locate their declarations.
|
||||||
|
|
||||||
### Set up database
|
### Set up database
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue