File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 61
61
working-directory : ./packages/devextreme
62
62
run : |
63
63
node ../../tools/scripts/performance_log.js &
64
- pnpx nx build:dev
65
- pnpx nx build:systemjs
64
+ pnpm nx build:systemjs
66
65
67
66
- name : Zip artifacts
68
67
working-directory : ./packages/devextreme
Original file line number Diff line number Diff line change 19
19
],
20
20
"outputs" : [
21
21
" {projectRoot}/scss/bundles" ,
22
- " {workspaceRoot}/packages/devextreme/artifacts/css"
22
+ " {workspaceRoot}/packages/devextreme/artifacts/css/dx.*.css" ,
23
+ " {workspaceRoot}/packages/devextreme/artifacts/css/fonts" ,
24
+ " {workspaceRoot}/packages/devextreme/artifacts/css/icons"
23
25
],
24
26
"cache" : true
25
27
},
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function run_test_impl {
24
24
local runner_pid
25
25
local runner_result=0
26
26
27
- [ -z " $CHROME_CMD " ] && CHROME_CMD=google-chrome-stable
27
+ [ -z " $CHROME_CMD " ] && CHROME_CMD=google-chrome-stable
28
28
[ " $LOCAL " == " true" ] && url=" http://host.docker.internal:$port /run?notimers=true"
29
29
[ -n " $CONSTEL " ] && url=" $url &constellation=$CONSTEL "
30
30
[ -n " $MOBILE_UA " ] && url=" $url &deviceMode=true"
Original file line number Diff line number Diff line change 19
19
],
20
20
"outputs" : [
21
21
" {projectRoot}/artifacts" ,
22
- " !{projectRoot}/artifacts/css" ,
23
22
" {projectRoot}/js/bundles/dx.custom.js" ,
24
23
" {projectRoot}/js/common/core/localization/cldr-data" ,
25
24
" {projectRoot}/js/common/core/localization/default_messages.js" ,
62
61
],
63
62
"outputs" : [
64
63
" {projectRoot}/artifacts" ,
65
- " !{projectRoot}/artifacts/css" ,
66
64
" {projectRoot}/js/bundles/dx.custom.js" ,
67
65
" {projectRoot}/js/common/core/localization/cldr-data" ,
68
66
" {projectRoot}/js/common/core/localization/default_messages.js" ,
You can’t perform that action at this time.
0 commit comments