Skip to content

Commit ea1d976

Browse files
committed
build(nx): cache .next
1 parent c210817 commit ea1d976

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@
2525
"build:site": {
2626
"cache": true,
2727
"dependsOn": ["^build"],
28-
"outputs": ["{projectRoot}/dist", "{projectRoot}/types"]
28+
"outputs": [
29+
"{projectRoot}/dist",
30+
"{projectRoot}/.next",
31+
"{projectRoot}/.source"
32+
]
2933
},
3034
"test": {
3135
"cache": true,

0 commit comments

Comments
 (0)