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: |
composer install --no-scripts
- name: Install NPM dependencies
run: npm install
- name: Enable Corepack (Yarn)
run: corepack enable
- name: Compile assets
run: npm run build:atom
- name: Install Yarn dependencies
run: yarn install --silent
- name: Compile assets (Atom)
run: yarn run build:atom
- name: Prepare Laravel Application
run: |