Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/qunit_tests-additional-renovation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ jobs:
working-directory: ./packages/devextreme
run: |
node ../../tools/scripts/performance_log.js &
pnpx nx build:dev
pnpx nx build:systemjs
pnpm nx build:systemjs

- name: Zip artifacts
working-directory: ./packages/devextreme
Expand Down
4 changes: 3 additions & 1 deletion packages/devextreme-scss/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
],
"outputs": [
"{projectRoot}/scss/bundles",
"{workspaceRoot}/packages/devextreme/artifacts/css"
"{workspaceRoot}/packages/devextreme/artifacts/css/dx.*.css",
"{workspaceRoot}/packages/devextreme/artifacts/css/fonts",
"{workspaceRoot}/packages/devextreme/artifacts/css/icons"
],
"cache": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme/docker-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function run_test_impl {
local runner_pid
local runner_result=0

[ -z "$CHROME_CMD"] && CHROME_CMD=google-chrome-stable
[ -z "$CHROME_CMD" ] && CHROME_CMD=google-chrome-stable
[ "$LOCAL" == "true" ] && url="http://host.docker.internal:$port/run?notimers=true"
[ -n "$CONSTEL" ] && url="$url&constellation=$CONSTEL"
[ -n "$MOBILE_UA" ] && url="$url&deviceMode=true"
Expand Down
2 changes: 0 additions & 2 deletions packages/devextreme/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
],
"outputs": [
"{projectRoot}/artifacts",
"!{projectRoot}/artifacts/css",
"{projectRoot}/js/bundles/dx.custom.js",
"{projectRoot}/js/common/core/localization/cldr-data",
"{projectRoot}/js/common/core/localization/default_messages.js",
Expand Down Expand Up @@ -62,7 +61,6 @@
],
"outputs": [
"{projectRoot}/artifacts",
"!{projectRoot}/artifacts/css",
"{projectRoot}/js/bundles/dx.custom.js",
"{projectRoot}/js/common/core/localization/cldr-data",
"{projectRoot}/js/common/core/localization/default_messages.js",
Expand Down
Loading