|
341 | 341 | "options": { |
342 | 342 | "commands": [ |
343 | 343 | "pnpm nx build:devextreme-bundler-config:generate devextreme", |
| 344 | + "pnpm nx build:devextreme-bundler-config:prod devextreme", |
344 | 345 | "pnpm nx build:ts:internal devextreme", |
345 | 346 | "pnpm nx run-many --targets=build:cjs,build:cjs:internal,build:cjs:bundles --projects=devextreme --parallel", |
346 | 347 | "pnpm nx copy:json:transpiled devextreme", |
|
364 | 365 | "{projectRoot}/artifacts/transpiled", |
365 | 366 | "{projectRoot}/artifacts/transpiled-esm-npm", |
366 | 367 | "{projectRoot}/artifacts/transpiled-renovation-npm", |
367 | | - "{projectRoot}/build/bundle-templates/dx.custom.js" |
| 368 | + "{projectRoot}/build/bundle-templates/dx.custom.js", |
| 369 | + "{projectRoot}/artifacts/npm/devextreme/bundles/dx.custom.config.js" |
368 | 370 | ], |
369 | 371 | "cache": true, |
370 | 372 | "configurations": { |
371 | 373 | "ci": { |
372 | 374 | "commands": [ |
373 | 375 | "pnpm nx build:devextreme-bundler-config:generate devextreme", |
| 376 | + "pnpm nx build:devextreme-bundler-config:prod devextreme", |
374 | 377 | "pnpm nx build:ts:internal devextreme", |
375 | 378 | "pnpm nx run-many --targets=build:cjs,build:cjs:internal,build:cjs:bundles --projects=devextreme --parallel", |
376 | 379 | "pnpm nx copy:json:transpiled devextreme", |
|
382 | 385 | "outputs": [ |
383 | 386 | "{projectRoot}/artifacts/transpiled", |
384 | 387 | "{projectRoot}/artifacts/transpiled-renovation-npm", |
385 | | - "{projectRoot}/build/bundle-templates/dx.custom.js" |
| 388 | + "{projectRoot}/build/bundle-templates/dx.custom.js", |
| 389 | + "{projectRoot}/artifacts/npm/devextreme/bundles/dx.custom.config.js" |
386 | 390 | ] |
387 | 391 | } |
388 | 392 | } |
|
0 commit comments