Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Sep 1, 2023
1 parent 3782b75 commit 081d2bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 081d2bc

Please sign in to comment.