Skip to content

Commit

Permalink
Temp: Debugging Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jsubloom committed Sep 2, 2023
1 parent 45fbc02 commit e5b2545
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,23 @@ jobs:
echo "The file does not exist at assets/web-dist/index.html"
exit 1
- name: Debugging node_modules/bloom-reader-lite-web
run: ls -laR node_modules/bloom-reader-lite-web/node_modules/uuid

#- name: Debugging [web] package
# run: ls -laR ../web/

# It is a symlink, no surprise there.
# - name: Check if symlink
# run: |
# packagePath="node_modules/bloom-reader-lite-web"
# if [ -L "$packagePath" ]; then
# echo "$packagePath is a symlink."
# else
# echo "$packagePath is not a symlink."
# exit 1
# fi

- name: 3) [${{ matrix.platform }}] Setup EAS
uses: expo/expo-github-action@v8
with:
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = function (api) {
root: ["."],
alias: {
"@shared": "../shared/dist",
"@web": "../web/dist",
},
},
],
Expand Down

0 comments on commit e5b2545

Please sign in to comment.