Skip to content

Commit

Permalink
Merge pull request #397 from osmosis-labs/chore/upgrade_lerna_docs
Browse files Browse the repository at this point in the history
Chore/upgrade lerna docs
  • Loading branch information
hoangdv2429 committed Jun 23, 2023
2 parents 0c17199 + 0084177 commit dd39028
Show file tree
Hide file tree
Showing 4 changed files with 1,994 additions and 2,631 deletions.
3 changes: 1 addition & 2 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
In the root directory:

```
yarn
yarn bootstrap ## this links the local packages instead of the versions that live on npm
yarn bootstrap ## this installs dependencies and links the local packages instead of the versions that live on npm
yarn build ## this recursively builds all packages (this command also exists inside each package)
```

Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"lerna": "3.4.2",
"useWorkspaces": true,
"conventionalCommits": true,
"npmClient": "yarn",
"npmClientArgs": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"buidl:parser": "lerna run buidl --parallel --scope \"@osmonauts/proto-parser\"",
"buidl:telescope": "lerna run buidl --parallel --scope \"@osmonauts/telescope\"",
"buidl:types": "lerna run buidl --parallel --scope \"@osmonauts/types\"",
"bootstrap": "lerna bootstrap --use-workspaces",
"bootstrap": "yarn --use-workspaces",
"lint": "lerna run lint",
"format": "lerna run format",
"test": "lerna run test --stream"
Expand All @@ -30,7 +30,7 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "29.5.0",
"lerna": "4.0.0",
"lerna": "7.0.2",
"prettier": "2.8.7"
},
"workspaces": [
Expand All @@ -43,4 +43,4 @@
"dependencies": {
"@jest/transform": "29.5.0"
}
}
}
Loading

0 comments on commit dd39028

Please sign in to comment.