Update laravel.yml

This commit is contained in:
Remco
2026-01-20 21:41:32 +01:00
parent 952d4955eb
commit 666a619954
+7 -4
View File
@@ -42,11 +42,14 @@
run: | run: |
composer install --no-scripts composer install --no-scripts
- name: Install NPM dependencies - name: Enable Corepack (Yarn)
run: npm install run: corepack enable
- name: Compile assets - name: Install Yarn dependencies
run: npm run build:atom run: yarn install --silent
- name: Compile assets (Atom)
run: yarn run build:atom
- name: Prepare Laravel Application - name: Prepare Laravel Application
run: | run: |