diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a7a035b0..d71f8e5f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,15 @@ ### Developement setup Requirements: -* nodejs -* corepack (shipped with nodejs, however on some distributions it is not distributed, in which case install it through npm using: `npm install -g corepack`) -To regenerated the compiled javascript files in `dist/`, call: -``` +- Node.js +- Corepack + - Shipped with Node.js, however on some distributions it is not distributed, in which case install it through npm using: `npm install --global corepack` + +To regenerated the compiled JavaScript files in `dist/`, call: + +```sh corepack enable +yarn install --immutable yarn build ```