mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix: cache nextjs cache output with turbo
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", "!.next/cache/**", ".contentlayer/**"],
|
||||
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||
"outputMode": "full"
|
||||
},
|
||||
"@discordjs/guide#build:prod": {
|
||||
@@ -42,7 +42,7 @@
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", "!.next/cache/**", ".contentlayer/**"],
|
||||
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||
"outputMode": "full"
|
||||
},
|
||||
"@discordjs/website#build:local": {
|
||||
@@ -59,7 +59,7 @@
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", "!.next/cache/**", "src/assets/readme/**"],
|
||||
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||
"outputMode": "full"
|
||||
},
|
||||
"@discordjs/website#build:prod": {
|
||||
@@ -76,7 +76,7 @@
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", "!.next/cache/**", "src/assets/readme/**"],
|
||||
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||
"outputMode": "full"
|
||||
},
|
||||
"@discordjs/guide#generate:contentlayer": {
|
||||
|
||||
Reference in New Issue
Block a user