From 666a61995455f8cc1be4162ed2d0c1822a03fb21 Mon Sep 17 00:00:00 2001 From: Remco Date: Tue, 20 Jan 2026 21:41:32 +0100 Subject: [PATCH] Update laravel.yml --- Updated_Cms/.github/workflows/laravel.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Updated_Cms/.github/workflows/laravel.yml b/Updated_Cms/.github/workflows/laravel.yml index c61a7e0535..4099e72cfc 100644 --- a/Updated_Cms/.github/workflows/laravel.yml +++ b/Updated_Cms/.github/workflows/laravel.yml @@ -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: |