Skip to content

Commit 44dcfe8

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"{projectRoot}/build/esm",
3737
"{projectRoot}/build/cjs",
3838
"{projectRoot}/build/npm/esm",
39-
"{projectRoot}/build/npm/cjs"
39+
"{projectRoot}/build/npm/cjs",
40+
"{projectRoot}/build/lib/cjs",
41+
"{projectRoot}/build/lib/esm"
4042
]
4143
},
4244
"build:types": {

0 commit comments

Comments
 (0)