Skip to content

Commit 696a890

Browse files
committed
chore: update nx config
1 parent d930cec commit 696a890

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nx.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
"build": {
3030
"inputs": ["production", "^production"],
3131
"dependsOn": ["^build"],
32-
"outputs": ["{projectRoot}/dist"]
32+
"outputs": [
33+
"{projectRoot}/dist",
34+
"{projectRoot}/.next/**",
35+
"!{projectRoot}/.next/cache/**"
36+
]
3337
},
3438
"lint": {
3539
"inputs": ["default", "^production"],

0 commit comments

Comments
 (0)