Skip to content

Commit 947a3bb

Browse files
zjm-metameta-codesync[bot]
authored andcommitted
fix(core) Fix the build command typo in README.
Summary: Some developer called out a issue that sample doesn't build in github #18. I've tried our README's steps but `pnpm run build:all` kept failing for me. Switching to the build:tgz script that we've been using and validated by QA in our README. Reviewed By: felixtrz Differential Revision: D89410409 fbshipit-source-id: d83be2ebea0d8b747e3dc8bdeaf04c35bf1117d7
1 parent d689db4 commit 947a3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ The **Immersive Web SDK** makes building immersive web experiences as approachab
1919
# Install dependencies
2020
pnpm install
2121

22-
# Build all packages
23-
pnpm run build:all
22+
# Build and pack all packages
23+
pnpm run build:tgz
2424

2525
# Run example
26-
cd examples/locomotion && pnpm run dev
26+
cd examples/locomotion && pnpm run fresh:dev
2727
```
2828

2929
## Development

0 commit comments

Comments
 (0)