From b363c3753583eb1d6585d870ad409c7ec13ab9f4 Mon Sep 17 00:00:00 2001 From: Francis Pion Date: Thu, 4 Jan 2024 22:46:55 -0500 Subject: [PATCH] GitHub Actions. --- .github/workflows/build-frontend.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 780ee5f..ceb6e6d 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -33,6 +33,8 @@ jobs: with: cmd: install + - run: ls -A + - name: Build for Production uses: borales/actions-yarn@v4 with: