Skip to content

Commit 381e9c7

Browse files
committed
Add logging
1 parent fd70a73 commit 381e9c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Build project
2424
run: |
2525
NODE_ENV=production yarn build
26+
- name: List build
27+
run: |
28+
ls
29+
ls dist/
30+
find . -name "*.lock"
2631
- name: Upload production artifact
2732
uses: actions/upload-artifact@v4
2833
with:

0 commit comments

Comments
 (0)