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 dcdb113 commit ab0bc93Copy full SHA for ab0bc93
.github/workflows/build.yml
@@ -17,6 +17,8 @@ env:
17
${{ github.workspace }}/packages/**/build
18
${{ github.workspace }}/packages/**/dist
19
${{ github.workspace }}/packages/**/esm
20
+ ${{ github.workspace }}/packages/ember/*.d.ts
21
+ ${{ github.workspace }}/packages/ember/instance-initializers
22
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
23
24
BUILD_CACHE_KEY: ${{ github.sha }}
0 commit comments