Skip to content

Commit

Permalink
fix: more optics
Browse files Browse the repository at this point in the history
  • Loading branch information
KotaHusky committed Mar 26, 2024
1 parent 2cb8a18 commit 71f9126
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_msal-react-demo-kotahusky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: npx nx build msal-react-demo

- name: Show directory structure
run: tree -L 2 -d -I 'node_modules|dist|.git'
run: |
tree -L 3 -d -I 'node_modules|dist|.git'
ls ./apps/msal-react-demo/.next
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 71f9126

Please sign in to comment.