File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -78,12 +78,6 @@ git submodule update
78
78
npm install
79
79
```
80
80
81
- 3 . ** Build all packages** :
82
-
83
- ``` sh
84
- npm run build --workspaces
85
- ```
86
-
87
81
### Development Workflow
88
82
89
83
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
93
87
- ** Clean the workspace** : ` npm run clean ` - Removes build artifacts and node_modules
94
88
- ** Lint code** : ` npm run lint --workspaces ` - Check code style with ESLint v9 and Biome
95
89
- ** 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
96
91
- ** Build documentation** : ` npm run docs:build --workspaces ` - Generate documentation for all packages
97
92
98
93
#### Working on a Specific Package
You can’t perform that action at this time.
0 commit comments