Skip to content

Commit 9bd2db0

Browse files
committed
include hidden files in SAM
1 parent f05a6f0 commit 9bd2db0

File tree

3 files changed

+6
-215
lines changed

3 files changed

+6
-215
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- name: Upload Build files
6565
uses: actions/upload-artifact@v4
6666
with:
67+
include-hidden-files: true
6768
name: build
6869
path: |
6970
.aws-sam/

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ clean:
5252
rm -rf dist/
5353
rm -rf dist_ui/
5454
rm -rf dist_devel/
55+
rm -rf coverage/
5556

5657
build: src/ cloudformation/ docs/
5758
yarn -D

0 commit comments

Comments
 (0)