Skip to content

Commit c176d37

Browse files
committed
chore: cache js-packages and invalidate daily
1 parent 2733442 commit c176d37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nx.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,12 @@
135135
}
136136
},
137137
"code-pushup-js-packages": {
138-
"cache": false,
139-
"inputs": [],
138+
"cache": true,
139+
"inputs": [
140+
{
141+
"runtime": "date +%Y-%m-%d"
142+
}
143+
],
140144
"outputs": ["{projectRoot}/.code-pushup/js-packages/runner-output.json"],
141145
"executor": "nx:run-commands",
142146
"options": {

0 commit comments

Comments
 (0)