Skip to content

Commit

Permalink
docs: update contributing.md to clarify pnpm usage
Browse files Browse the repository at this point in the history
  • Loading branch information
iivvaannxx committed Mar 13, 2024
1 parent 13e7f0d commit 9fe76e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ You can quickly get up and running with the playground by doing the following:

2. Once the dependencies are installed, you can build by running `pnpm build` in `apps/astro-demo`

That's it!
That's it!

Note that we only use pnpm. Please don't make any PR's that introduce lock files of other package managers.

**dev:**

Expand Down

0 comments on commit 9fe76e6

Please sign in to comment.