Skip to content

Commit

Permalink
docs(contribution): update build instructions in contribution guide
Browse files Browse the repository at this point in the history
Clarify the build process by updating the order of commands in the
contribution guide. This ensures users run `pnpm run prepack` and
other necessary commands correctly before starting the development
server.
  • Loading branch information
s00d committed Jan 16, 2025
1 parent fed3148 commit 13d2d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Next, install the project dependencies using pnpm.

```bash
pnpm install
pnpm run prepack && cd playground && pnpm run prepare && cd ..
pnpm --filter "./packages/**" run build
pnpm run prepack && cd playground && pnpm run prepare && cd ..
```

### 3. 🖥️ Run the Development Server
Expand Down

0 comments on commit 13d2d7c

Please sign in to comment.