Skip to content

Commit 6706e61

Browse files
committed
Fix
1 parent 74803c3 commit 6706e61

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
version: 10
2323
run_install: false
2424

25-
- name: Set up PHP
26-
uses: shivammathur/setup-php@v2
27-
with:
28-
php-version: '8.2'
29-
30-
- name: Install Composer dependencies
31-
run: composer install --no-interaction --prefer-dist --optimize-autoloader
25+
# - name: Set up PHP
26+
# uses: shivammathur/setup-php@v2
27+
# with:
28+
# php-version: '8.2'
29+
#
30+
# - name: Install Composer dependencies
31+
# run: composer install --no-interaction --prefer-dist --optimize-autoloader
3232

3333
- name: Build assets
34-
run: cd themes/user/app; pnpm run build;
34+
run: cd themes/user/app; pnpm install; pnpm run build;

0 commit comments

Comments
 (0)