We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4b48b commit 546bfb9Copy full SHA for 546bfb9
1 file changed
README.md
@@ -20,18 +20,18 @@ The **Immersive Web SDK** makes building immersive web experiences as approachab
20
pnpm install
21
22
# Build all packages
23
-pnpm build:all
+pnpm run build:all
24
25
# Run example
26
-cd examples/boilerplate && pnpm dev
+cd examples/locomotion && pnpm run dev
27
```
28
29
## Development
30
31
```bash
32
# Lint and format code
33
-pnpm lint
34
-pnpm format
+pnpm run lint
+pnpm run format
35
36
# Build specific package
37
pnpm --filter '@iwsdk/core' run build
0 commit comments