Skip to content

Commit 70856aa

Browse files
committed
🔧 nx: optimize e2e build caching
1 parent 1744877 commit 70856aa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

‎.maestro/package.json‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
"build": {
3434
"executor": "@nx/esbuild:esbuild",
3535
"inputs": [
36-
"production",
36+
"{projectRoot}/src/**/*",
37+
"{projectRoot}/maestro.d.ts",
38+
"{projectRoot}/package.json",
39+
"{projectRoot}/tsconfig.json",
40+
"{projectRoot}/esbuild.config.cjs",
41+
"sharedGlobals",
3742
"^production"
3843
],
3944
"outputs": [

0 commit comments

Comments
 (0)