We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0c205 commit a5223b2Copy full SHA for a5223b2
1 file changed
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
node-version: 22.x
39
cache: 'npm'
40
- - run: npm install -g vite eslint @babel/eslint-parser
+ - run: npm install -g eslint @babel/eslint-parser
41
42
- name: Install PHP
43
uses: shivammathur/setup-php@master
@@ -118,8 +118,8 @@ jobs:
118
if: steps.changed-css-js-files.outputs.all_changed_and_modified_files != ''
119
run : |
120
find dt-assets/ -iname "*.min.js" -or -iname "*.map" -or -iname "*.min.css" -delete && rm -rf build/
121
- vite build
122
- vite build --config vite.config.scripts.js
+ npx vite build
+ npx vite build --config vite.config.scripts.js
123
git diff --exit-code -- . ':(exclude)package-lock.json'
124
125
- name: Install Subversion
0 commit comments