Skip to content

Commit 8501c16

Browse files
committed
install composer dependencies before npm dependencies
1 parent 26f52a1 commit 8501c16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
2121
tools: composer:v2
2222

23-
- name: Install NPM Dependencies
24-
run: npm ci
25-
2623
- name: Install Composer Dependencies
2724
run: composer install
2825

26+
- name: Install NPM Dependencies
27+
run: npm ci
28+
2929
- name: Compile assets
3030
run: npm run build
3131

0 commit comments

Comments
 (0)