Skip to content

Commit 9ead2c5

Browse files
committed
fix(devextreme): add missing bundler-config:prod to build:transpile pipeline
1 parent 04fbe3c commit 9ead2c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/devextreme/project.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@
341341
"options": {
342342
"commands": [
343343
"pnpm nx build:devextreme-bundler-config:generate devextreme",
344+
"pnpm nx build:devextreme-bundler-config:prod devextreme",
344345
"pnpm nx build:ts:internal devextreme",
345346
"pnpm nx run-many --targets=build:cjs,build:cjs:internal,build:cjs:bundles --projects=devextreme --parallel",
346347
"pnpm nx copy:json:transpiled devextreme",
@@ -364,13 +365,15 @@
364365
"{projectRoot}/artifacts/transpiled",
365366
"{projectRoot}/artifacts/transpiled-esm-npm",
366367
"{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"
368370
],
369371
"cache": true,
370372
"configurations": {
371373
"ci": {
372374
"commands": [
373375
"pnpm nx build:devextreme-bundler-config:generate devextreme",
376+
"pnpm nx build:devextreme-bundler-config:prod devextreme",
374377
"pnpm nx build:ts:internal devextreme",
375378
"pnpm nx run-many --targets=build:cjs,build:cjs:internal,build:cjs:bundles --projects=devextreme --parallel",
376379
"pnpm nx copy:json:transpiled devextreme",
@@ -382,7 +385,8 @@
382385
"outputs": [
383386
"{projectRoot}/artifacts/transpiled",
384387
"{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"
386390
]
387391
}
388392
}

0 commit comments

Comments
 (0)