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