We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05a6f0 commit 9bd2db0Copy full SHA for 9bd2db0
.github/workflows/deploy-dev.yml
@@ -64,6 +64,7 @@ jobs:
64
- name: Upload Build files
65
uses: actions/upload-artifact@v4
66
with:
67
+ include-hidden-files: true
68
name: build
69
path: |
70
.aws-sam/
Makefile
@@ -52,6 +52,7 @@ clean:
52
rm -rf dist/
53
rm -rf dist_ui/
54
rm -rf dist_devel/
55
+ rm -rf coverage/
56
57
build: src/ cloudformation/ docs/
58
yarn -D
0 commit comments