Skip to content

Commit 774a6fa

Browse files
committed
no node_modules
1 parent 50379f6 commit 774a6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-changed-firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Archive build
3737
if: ${{ !cancelled() }}
3838
run: |
39-
tar -cf build.tar --exclude="\.git" .
39+
tar -cf build.tar --exclude="\.git" --exclude="node_modules".
4040
gzip build.tar
4141
- name: Upload build archive
4242
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)