Skip to content

Commit

Permalink
fix: update repo install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tractorcow committed Jul 18, 2023
1 parent 7f8b12b commit 73c77a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Monorepo tooling

gatsby-plugin-s3 uses a Lerna-based monorepo. After cloning the repository, please use `npx lerna bootstrap` to install
gatsby-plugin-s3 uses a Lerna-based monorepo. After cloning the repository, please use `npm install` to install
dependencies and symlink the different projects together.

You can use `npx lerna run build` to automatically build all of the projects in the correct order.
Expand All @@ -12,4 +12,4 @@ please be patient.

## Test setup

Running our e2e tests requires some setup, please see [TESTING.md](./TESTING.md) for more details.
Running our e2e tests requires some setup, please see [TESTING.md](./TESTING.md) for more details.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 73c77a0

Please sign in to comment.