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" },