Skip to content

Commit

Permalink
Bootstrap on install
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Sep 29, 2024
1 parent 524a962 commit b5ca506
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"bugs": "https://github.com/croquet/worldcore/issues",
"comment": "This mono repo has various sub-repositories, each of which is a separate package. See the README.md file for more information.",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"postinstall": "lerna bootstrap"
},
"devDependencies": {
"lerna": "^4.0.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kernel/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/rapier/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/three/package-lock.json

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

0 comments on commit b5ca506

Please sign in to comment.