Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build lerna development dependency in/before bootstrapping #95

Open
GuiltyDolphin opened this issue Jun 25, 2021 · 0 comments
Open

Build lerna development dependency in/before bootstrapping #95

GuiltyDolphin opened this issue Jun 25, 2021 · 0 comments

Comments

@GuiltyDolphin
Copy link
Contributor

The readme currently states (in contributing):

After you clone the code:

#+begin_src shell
# Bootstrap the Project
yarn run bootstrap

# Run Unit Tests
yarn test

# Play with the Website
cd www
yarn run develop
#+end_src

However, running yarn run bootstrap at this stage just yields an error informing us that the lerna command is not found.

We should install lerna as part of (or before) the bootstrapping process, so that this error doesn't arise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant