Skip to content

Commit ce9ac02

Browse files
committed
docs: refine contributing guidelines to clarify build command and formatting tools
1 parent d62c999 commit ce9ac02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We welcome contributions to Samui Wallet. Please follow these guidelines to ensu
1313
4. **Test Your Changes:** Run any existing tests and add new tests for your changes.
1414
5. **Build Your Changes:** Make sure your changes build without errors.
1515
```bash
16-
bun run build --filter=web
16+
bun run build
1717
```
1818
6. **Commit:** Write a clear and concise commit message using conventional commits.
1919
```bash
@@ -40,13 +40,12 @@ Before you start contributing, please make sure you have the following with the
4040
- [Node.js](https://nodejs.org)
4141
- [Bun](https://bun.sh)
4242

43-
- The project requires the correct Bun version, as specified in [`package.json`](./package.json) or .bun-version:
43+
- The project requires the correct Bun version, as specified in [`package.json`](./package.json) or .bun-version.
4444

4545
We use [Biome](https://biomejs.dev/) for code formatting and linting. To ensure consistency:
4646

4747
- Disable other formatters like ESLint, Prettier, etc.
4848
- **Install the Biome VS Code extension**
49-
[Biome VS Code extension](https://marketplace.visualstudio.com/items?itemName=biomejs.biome)
5049
- **Set Biome as the default formatter in your workspace**
5150
You can do this by adding the following to `.vscode/settings.json` in the root of the repository:
5251
```json

0 commit comments

Comments
 (0)