diff --git a/docs/contributing.md b/docs/contributing.md index 8309e9a6..f6bdee24 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -23,7 +23,13 @@ cd baklavajs lerna bootstrap ``` -4. Run the playground: +4. Build the packages: + +```bash +lerna run build +``` + +5. Run the playground: ```bash yarn run playground