mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
fix(turbo): ignore webpack cache
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c1f83cb699
commit
6f81c5efff
1 changed files with 4 additions and 2 deletions
|
@ -15,7 +15,8 @@
|
|||
"^build"
|
||||
],
|
||||
"outputs": [
|
||||
".next/**"
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
],
|
||||
"env": [
|
||||
"NODEJS_VERSION"
|
||||
|
@ -39,7 +40,8 @@
|
|||
"^build"
|
||||
],
|
||||
"outputs": [
|
||||
".next/**"
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
],
|
||||
"env": [
|
||||
"NODEJS_VERSION"
|
||||
|
|
Loading…
Reference in a new issue