fix(turbo): ignore webpack cache

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-03-31 12:28:13 +02:00
parent c1f83cb699
commit 6f81c5efff

View file

@ -15,7 +15,8 @@
"^build" "^build"
], ],
"outputs": [ "outputs": [
".next/**" ".next/**",
"!.next/cache/**"
], ],
"env": [ "env": [
"NODEJS_VERSION" "NODEJS_VERSION"
@ -39,7 +40,8 @@
"^build" "^build"
], ],
"outputs": [ "outputs": [
".next/**" ".next/**",
"!.next/cache/**"
], ],
"env": [ "env": [
"NODEJS_VERSION" "NODEJS_VERSION"