From 081d2bce74dea039f994cdf9b839b4579cc639b7 Mon Sep 17 00:00:00 2001 From: jsu <41497174+jsubloom@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:09:04 -0500 Subject: [PATCH] Debugging --- .github/workflows/build-local.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-local.yml b/.github/workflows/build-local.yml index 63f64a2..e7a1d98 100644 --- a/.github/workflows/build-local.yml +++ b/.github/workflows/build-local.yml @@ -98,6 +98,12 @@ jobs: run: yarn build working-directory: packages/web/ + - name: Print Folder Structure + run: | + echo "Folder structure:" + tree -L 5 --dirsfirst + working-directory: packages/web/ + - name: 3) [${{ matrix.platform }}] yarn install # run: yarn --frozen-lockfile # TODO: --frozen-lockfile is erroring out, saying it must be updated. But it doesn't do that on my local machine. Why does it do that on the Github runner? Both seem to be using the same yarn version, 1.22.19 run: yarn