Skip to content

Commit 9a8a02f

Browse files
committed
fix(aws): Add layer to nx cache
1 parent a18f659 commit 9a8a02f

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

packages/aws-serverless/package.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,23 @@
102102
"volta": {
103103
"extends": "../../package.json"
104104
},
105-
"sideEffects": false
105+
"sideEffects": false,
106+
"nx": {
107+
"targets": {
108+
"build:transpile": {
109+
"inputs": [
110+
"production",
111+
"^production"
112+
],
113+
"dependsOn": [
114+
"^build:transpile"
115+
],
116+
"outputs": [
117+
"{projectRoot}/build/npm/esm",
118+
"{projectRoot}/build/npm/cjs",
119+
"{projectRoot}/build/aws"
120+
]
121+
}
122+
}
123+
}
106124
}

0 commit comments

Comments
 (0)