Skip to content

Commit 0612f2f

Browse files
committed
Add lib folder to nx build and action upload
1 parent 04fbe2e commit 0612f2f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ env:
4444
CACHED_BUILD_PATHS: |
4545
${{ github.workspace }}/dev-packages/*/build
4646
${{ github.workspace }}/packages/*/build
47+
${{ github.workspace }}/packages/*/lib
4748
${{ github.workspace }}/packages/ember/*.d.ts
4849
${{ github.workspace }}/packages/gatsby/*.d.ts
4950
${{ github.workspace }}/packages/utils/cjs

nx.json

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"outputs": [
3636
"{projectRoot}/build/esm",
3737
"{projectRoot}/build/cjs",
38+
"{projectRoot}/build/lib/esm",
39+
"{projectRoot}/build/lib/cjs",
3840
"{projectRoot}/build/npm/esm",
3941
"{projectRoot}/build/npm/cjs"
4042
]

0 commit comments

Comments
 (0)