orgajs icon indicating copy to clipboard operation
orgajs copied to clipboard

Build `lerna` development dependency in/before bootstrapping

Open GuiltyDolphin opened this issue 4 years ago • 0 comments

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.

GuiltyDolphin avatar Jun 25 '21 14:06 GuiltyDolphin