Skip to content

Commit c7f7e19

Browse files
committed
Run build instead of build:dev
1 parent 474422f commit c7f7e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qunit_tests-additional-renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: ./packages/devextreme
6262
run: |
6363
node ../../tools/scripts/performance_log.js &
64-
pnpx nx build:dev
64+
pnpx nx build
6565
pnpm run build:systemjs
6666
6767
- name: Zip artifacts

.github/workflows/qunit_tests-renovation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
BUILD_INPROGRESS_RENOVATION: "true"
6464
run: |
6565
node ../../tools/scripts/performance_log.js &
66-
pnpx nx build:dev
66+
pnpx nx build
6767
6868
- name: Zip artifacts
6969
working-directory: ./packages/devextreme

0 commit comments

Comments
 (0)