From cf2533f7db584fcb18df48abefdd41b99127cc76 Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:40:54 -0600 Subject: [PATCH] docs: update development instructions for npm workspace (#832) --- README.md | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 8cbb1c34..565d42c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Fetch dependencies and link packages together: ```console npm install -npm run bootstrap ``` Run the linter: diff --git a/package.json b/package.json index 5cfae423..81a685c7 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "test": "echo \"Error: no test specified\" && exit 1", "fmt": "prettier --write .", "lint": "eslint .", - "bootstrap": "lerna bootstrap", "prepare": "husky install", "precommit": "lint-staged" },