Skip to content

Commit 2c5e451

Browse files
authored
chore: use npx with --no-install flag (#191)
1 parent 44af35b commit 2c5e451

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/html-editor/steps/testcafe-tests

1 file changed

+1
-1
lines changed

.github/actions/html-editor/steps/testcafe-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
4545
- name: Prepare localization
4646
shell: bash
4747
working-directory: ${{ inputs.devextreme-package-directory }}
48-
run: npx gulp localization
48+
run: npx --no-install gulp localization
4949

5050
- name: Run TestCafe tests
5151
shell: bash

0 commit comments

Comments
 (0)