@@ -145,8 +145,8 @@ jobs:
145145 if : needs.determine-framework-tests-scope.outputs.framework-tests-scope == 'none'
146146 shell : bash
147147 run : |
148- pnpx nx build devextreme-scss
149- pnpx nx build devextreme
148+ pnpm exec nx build devextreme-scss
149+ pnpm exec nx build devextreme
150150
151151 - name : DevExtreme - Build-all
152152 if : needs.determine-framework-tests-scope.outputs.framework-tests-scope != 'none'
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : Prepare bundles
250250 working-directory : apps/demos
251- run : pnpx nx prepare-bundles
251+ run : pnpm exec nx prepare-bundles
252252
253253 - name : Demos - Run tsc
254254 working-directory : apps/demos
@@ -386,7 +386,7 @@ jobs:
386386 env :
387387 CHANGEDFILEINFOSPATH : changed-files.json
388388 DEBUG : ' eslint:cli-engine,stylelint:standalone'
389- run : pnpx nx lint-non-demos
389+ run : pnpm exec nx lint-non-demos
390390
391391 check-generated-demos :
392392 name : Check generated demos
@@ -601,7 +601,7 @@ jobs:
601601 # DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
602602 # DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
603603 CI_ENV : true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
604- run : pnpx nx test-testcafe
604+ run : pnpm exec nx test-testcafe
605605
606606 - name : Show accessibility warnings
607607 if : matrix.STRATEGY == 'accessibility'
@@ -764,7 +764,7 @@ jobs:
764764 # DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
765765 # DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
766766 CI_ENV : true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
767- run : pnpx nx test-testcafe
767+ run : pnpm exec nx test-testcafe
768768
769769 - name : Sanitize job name
770770 if : ${{ failure() }}
@@ -892,7 +892,7 @@ jobs:
892892 # DISABLE_DEMO_TEST_SETTINGS: ignore # Uncomment to ignore the `ignore` field
893893 # DISABLE_DEMO_TEST_SETTINGS: comparison-options # Uncomment to ignore the `comparison-options` field
894894 CI_ENV : true # The `ignore` field in the visualtestrc.json should be disabled when running test locally
895- run : pnpx nx test-testcafe
895+ run : pnpm exec nx test-testcafe
896896
897897 - name : Sanitize job name
898898 if : ${{ failure() }}
0 commit comments