We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74803c3 commit 6706e61Copy full SHA for 6706e61
1 file changed
.github/workflows/build.yml
@@ -22,13 +22,13 @@ jobs:
22
version: 10
23
run_install: false
24
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
+# - name: Set up PHP
+# uses: shivammathur/setup-php@v2
+# with:
+# php-version: '8.2'
+#
+# - name: Install Composer dependencies
+# run: composer install --no-interaction --prefer-dist --optimize-autoloader
32
33
- name: Build assets
34
- run: cd themes/user/app; pnpm run build;
+ run: cd themes/user/app; pnpm install; pnpm run build;
0 commit comments