Skip to content

Commit 2a8751b

Browse files
committed
fix: docs fix
1 parent 8c6864a commit 2a8751b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Thank you for your interest in contributing to the Angular Toolkit MCP! This doc
3939

4040
2. **Build the project:**
4141
```bash
42-
npx nx build @push-based/angular-toolkit-mcp
42+
npx nx build angular-toolkit-mcp
4343
```
4444

4545
### Nx Workspace Commands
@@ -210,7 +210,7 @@ Before committing, ensure:
210210
Start the MCP server in debug mode:
211211

212212
```bash
213-
npx nx run @push-based/angular-toolkit-mcp:debug
213+
npx nx run angular-toolkit-mcp:debug
214214
```
215215

216216
This starts the server with the MCP Inspector for debugging.
@@ -240,7 +240,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
240240

241241
2. **Build the Package**
242242
```bash
243-
npx nx build @push-based/angular-toolkit-mcp
243+
npx nx build angular-toolkit-mcp
244244
```
245245

246246
3. **Test the Package**
@@ -263,7 +263,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
263263
```
264264
Or manually:
265265
```bash
266-
npx nx build @push-based/angular-toolkit-mcp
266+
npx nx build angular-toolkit-mcp
267267
cd packages/angular-mcp/dist
268268
npm publish
269269
```
@@ -289,7 +289,7 @@ The Angular Toolkit MCP is published to npm as `@push-based/angular-toolkit-mcp`
289289
Before publishing a new version:
290290
- [ ] All tests pass (`npx nx run-many --target=test --all`)
291291
- [ ] No linting errors (`npx nx run-many --target=lint --all`)
292-
- [ ] Build succeeds (`npx nx build @push-based/angular-toolkit-mcp`)
292+
- [ ] Build succeeds (`npx nx build angular-toolkit-mcp`)
293293
- [ ] Version number updated in package.json
294294
- [ ] CHANGELOG.md updated with changes
295295
- [ ] Documentation updated as needed

0 commit comments

Comments
 (0)