Skip to content

Commit ccd6354

Browse files
committed
fix(datagrid-web): update AGENTS.md to adress comments
1 parent 054bcca commit ccd6354

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

  • packages/pluggableWidgets/datagrid-web

packages/pluggableWidgets/datagrid-web/AGENTS.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,12 @@ pagination (buttons/virtual scroll/load more), column resize/reorder/hide, row s
77
## Commands
88

99
- Test: `cd packages/pluggableWidgets/datagrid-web && pnpm run test`
10-
- Build: `pnpm --filter @mendix/datagrid-web run build`
10+
- Build: `pnpm turbo build` (from widget directory — builds upstream deps automatically)
1111
- Lint: `cd packages/pluggableWidgets/datagrid-web && pnpm run lint`
1212
- E2E: `cd packages/pluggableWidgets/datagrid-web && pnpm run e2e`
1313
- Dev: set `MX_PROJECT_PATH`, then `pnpm run start` inside package dir
1414

15-
**Shared package changes:** When modifying a workspace dependency (e.g., `widget-plugin-grid`,
16-
`widget-plugin-mobx-kit`), you must build the shared package first, then rebuild datagrid-web:
17-
18-
```sh
19-
pnpm --filter @mendix/widget-plugin-grid run build && pnpm --filter @mendix/datagrid-web run build
20-
```
15+
**Shared package changes:** `pnpm turbo build` handles workspace dependency ordering automatically — no need to manually build shared packages first.
2116

2217
## Key Concepts
2318

0 commit comments

Comments
 (0)