Skip to content

Commit d42b415

Browse files
committed
Add vite build
1 parent f9e3eb9 commit d42b415

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
extensions: mbstring, json, grpc, opentelemetry
4242
ini-values: post_max_size=512M, max_execution_time=180
4343
coverage: xdebug
44-
tools: phpcs, phpstan, phpunit
44+
tools: phpcs, phpstan, phpunit, npm
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

@@ -62,6 +62,11 @@ jobs:
6262
- name: Install dependencies
6363
run: composer install --prefer-dist --dev
6464

65+
- name: Build Vite manifest
66+
run: |
67+
npm install
68+
npm run build
69+
6570
- name: Run PHP Codesniffer
6671
run: phpcs
6772

0 commit comments

Comments
 (0)