diff --git a/README.md b/README.md index 2d24d869..1344bbb7 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,13 @@ cd repl npm install npm run start ``` + +## Publish Packages + +To publish, just run: + +```sh +npx lerna version +``` + +This will publish all packages that changed since the last version.