chore: deps

This commit is contained in:
iCrawl
2024-04-16 21:44:21 +02:00
parent c6721d9aa7
commit 6759f5b9c5
29 changed files with 3567 additions and 3573 deletions

View File

@@ -46,6 +46,7 @@
"outputMode": "full"
},
"@discordjs/website#build:local": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build", "^docs"],
"inputs": [
"../../packages/*/README.md",
@@ -62,6 +63,7 @@
"outputMode": "full"
},
"@discordjs/website#build:prod": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build"],
"inputs": [
"../../packages/*/README.md",
@@ -206,6 +208,7 @@
"persistent": true
},
"@discordjs/website#dev": {
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
"dependsOn": ["^build", "^docs"],
"outputMode": "full",
"cache": false,