Skip to content

Commit b5ca506

Browse files
committed
Bootstrap on install
1 parent 524a962 commit b5ca506

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"bugs": "https://github.com/croquet/worldcore/issues",
88
"comment": "This mono repo has various sub-repositories, each of which is a separate package. See the README.md file for more information.",
99
"private": true,
10+
"scripts": {
11+
"bootstrap": "lerna bootstrap",
12+
"clean": "lerna clean",
13+
"postinstall": "lerna bootstrap"
14+
},
1015
"devDependencies": {
1116
"lerna": "^4.0.0",
1217
"eslint-plugin-import": "^2.22.1",

packages/kernel/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/rapier/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/three/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)