From 01d74f118ede91c7511d58c60d8b30336e3e16d2 Mon Sep 17 00:00:00 2001 From: Bastian Krol Date: Mon, 4 Jul 2022 17:40:13 +0200 Subject: [PATCH] docs: remove obsolete instruction to bootstrap manually --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 86b24fd263..692d82b780 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -63,7 +63,6 @@ The `opentelemetry-js-contrib` project is written in TypeScript. - `npm install` to install dependencies. - `npm run compile` compiles the code, checking for type errors. -- `npm run bootstrap` Bootstrap the packages in the current Lerna repo. Installs all of their dependencies and links any cross-dependencies. - `npm test` tests code the same way that our CI will test it. - `npm run lint:fix` lint (and maybe fix) any changes.