Skip to content

Commit d6d3858

Browse files
cedrickahgabrocheleauacolytec3
authored
monorepo: update initial setup section in readme (#3965)
Co-authored-by: Gabriel Rocheleau <[email protected]> Co-authored-by: acolytec3 <[email protected]>
1 parent 1147033 commit d6d3858

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,6 @@ git submodule update
7878
npm install
7979
```
8080

81-
3. **Build all packages**:
82-
83-
```sh
84-
npm run build --workspaces
85-
```
86-
8781
### Development Workflow
8882

8983
The monorepo uses [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces) to link local packages together, making development easier.
@@ -93,6 +87,7 @@ The monorepo uses [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/works
9387
- **Clean the workspace**: `npm run clean` - Removes build artifacts and node_modules
9488
- **Lint code**: `npm run lint --workspaces` - Check code style with ESLint v9 and Biome
9589
- **Fix linting issues**: `npm run lint:fix --workspaces` - Automatically fix style issues
90+
- **Build all packages**: `npm run build --workspaces` - Build all packages in the monorepo
9691
- **Build documentation**: `npm run docs:build --workspaces` - Generate documentation for all packages
9792

9893
#### Working on a Specific Package

0 commit comments

Comments
 (0)