You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Builds with `DEVEXTREME_TEST_CI=true` and `BUILD_INPROGRESS_RENOVATION=true`
255
+
- Builds with `DEVEXTREME_TEST_CI=true`
257
256
- Runs tests in parallel across multiple constellations
258
257
- Timeout: 60 minutes
259
258
@@ -319,9 +318,10 @@ pnpm run lint-ts -- --fix
319
318
pnpm run vue:regenerate
320
319
```
321
320
322
-
6.**If you modified TypeScript declarations:**
321
+
6.**If you modified TypeScript declarations or devextreme-internal-tools:**
323
322
```bash
324
323
cd packages/devextreme
324
+
pnpm run regenerate-all
325
325
pnpm run update-ts-reexports
326
326
pnpm run update-ts-bundle
327
327
```
@@ -337,7 +337,7 @@ pnpm run lint-ts -- --fix
337
337
**✅ DO:**
338
338
- Always use `pnpm install --frozen-lockfile`
339
339
- Build before testing: `pnpx nx build:dev devextreme`
340
-
- Run `pnpm run regenerate-all` after modifying wrapper generators
340
+
- Run `pnpm run regenerate-all` after modifying wrapper generators, TypeScript declarations, or devextreme-internal-tools (may affect code generators and/or metadata generators)
341
341
- Use Nx commands for better caching: `pnpx nx build devextreme`
342
342
- Check CI workflows to understand what will be validated
0 commit comments