Skip to content

Commit

Permalink
remove global lerna dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Childs committed Sep 1, 2022
1 parent 45b426f commit babb048
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "root",
"private": true,
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.33.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-with-typescript": "^20.0.0",
Expand All @@ -10,11 +11,12 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"@typescript-eslint/eslint-plugin": "4.33.0",

"lerna": "^4.0.0",
"prettier": "^2.1.0",
"prettier-config-standard": "^1.0.1",
"typescript": "^4.1.5"
},
"scripts": {
"lerna": "lerna"
}
}
2 changes: 1 addition & 1 deletion packages/desktop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Running the desktop version of Quiet should be straightforward on Mac, Windows,
```
npm install
npm install -g lerna
lerna bootstrap
npm run lerna bootstrap
```

2. In `quiet/packages/desktop` run:
Expand Down

0 comments on commit babb048

Please sign in to comment.