Skip to content

Commit ab0bc93

Browse files
kamilogorekk-fish
andauthored
fix: Correctly cache ember types from prepublish hook (#3749)
* fix: Correctly cache ember types from prepublish hook * Update .github/workflows/build.yml Co-authored-by: k-fish <kevan.fisher@sentry.io> Co-authored-by: k-fish <kevan.fisher@sentry.io>
1 parent dcdb113 commit ab0bc93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ env:
1717
${{ github.workspace }}/packages/**/build
1818
${{ github.workspace }}/packages/**/dist
1919
${{ github.workspace }}/packages/**/esm
20+
${{ github.workspace }}/packages/ember/*.d.ts
21+
${{ github.workspace }}/packages/ember/instance-initializers
2022
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
2123
2224
BUILD_CACHE_KEY: ${{ github.sha }}

0 commit comments

Comments
 (0)