Skip to content

Commit

Permalink
Fix start command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusLongmuir committed Jul 17, 2024
1 parent c03b95e commit 42d909b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"preinstall": "node check-node-version.js",
"build": "lerna run --stream build",
"start": "npm run start -w @example/server",
"start": "npm run start -w @example/multi-user-3d-web-experience-server",
"iterate": "npm run build && lerna run --parallel --stream iterate",
"type-check-all": "lerna run --stream --no-bail type-check",
"test-all": "lerna run --parallel --stream --no-bail test",
Expand Down

0 comments on commit 42d909b

Please sign in to comment.