Skip to content

Commit

Permalink
docs: update development instructions for npm workspace (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored Sep 25, 2023
1 parent 4fa75a8 commit cf2533f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Fetch dependencies and link packages together:

```console
npm install
npm run bootstrap
```

Run the linter:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit cf2533f

Please sign in to comment.