From 78b5dca2b2033f4ac478a00cbdde02aacaf0d203 Mon Sep 17 00:00:00 2001 From: Mathieu Hermann Date: Thu, 14 Nov 2024 00:21:54 +0100 Subject: [PATCH] update preview actions --- .github/workflows/preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 09917c0..f1d9d7c 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -18,8 +18,8 @@ jobs: - name: 🔨 Build Project run: | - npm install - npm run build + yarn install + yarn run build - name: 📂 Sync files uses: SamKirkland/FTP-Deploy-Action@v4.3.4