mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: remove apps
This commit is contained in:
123
turbo.json
123
turbo.json
@@ -17,73 +17,6 @@
|
||||
"outputs": ["dist/**", "storybook-static/**"],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"@discordjs/guide#build:local": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
"public/**",
|
||||
"src/**",
|
||||
"!src/styles/unocss.css",
|
||||
"contentlayer.config.ts",
|
||||
"next.config.js",
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/guide#build:prod": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
"public/**",
|
||||
"src/**",
|
||||
"!src/styles/unocss.css",
|
||||
"contentlayer.config.ts",
|
||||
"next.config.js",
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", ".next/cache/**", ".contentlayer/**"],
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/website#build:local": {
|
||||
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
|
||||
"dependsOn": ["^build", "^docs"],
|
||||
"inputs": [
|
||||
"../../packages/*/README.md",
|
||||
"public/**",
|
||||
"src/**",
|
||||
"scripts/**",
|
||||
"!src/assets/readme/**",
|
||||
"scripts/**",
|
||||
"next.config.mjs",
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/website#build:prod": {
|
||||
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
"../../packages/*/README.md",
|
||||
"public/**",
|
||||
"src/**",
|
||||
"scripts/**",
|
||||
"!src/assets/readme/**",
|
||||
"scripts/**",
|
||||
"next.config.mjs",
|
||||
"package.json",
|
||||
"tsconfig.json"
|
||||
],
|
||||
"outputs": [".next/**", ".next/cache/**", "src/assets/readme/**"],
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/guide#generate:contentlayer": {
|
||||
"inputs": ["src/**/*.mdx"],
|
||||
"outputs": [".contentlayer/**"],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["__mocks__/**", "__tests__/**", "src/**", "jest.config.js", "package.json", "tsconfig.json"],
|
||||
@@ -106,34 +39,6 @@
|
||||
"outputs": [],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"@discordjs/guide#lint": {
|
||||
"dependsOn": ["^build", "build:local", "generate:contentlayer"],
|
||||
"inputs": [
|
||||
"../../eslint.config.js",
|
||||
"../../.prettierrc.json",
|
||||
"../../tsconfig.eslint.json",
|
||||
".prettierrc.js",
|
||||
"src/**",
|
||||
"!src/styles/unocss.css",
|
||||
"tsconfig.eslint.json"
|
||||
],
|
||||
"outputs": [],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"@discordjs/website#lint": {
|
||||
"dependsOn": ["^build", "build:local"],
|
||||
"inputs": [
|
||||
"../../eslint.config.js",
|
||||
"../../.prettierrc.json",
|
||||
"../../tsconfig.eslint.json",
|
||||
".prettierrc.js",
|
||||
"src/**",
|
||||
"!src/styles/unocss.css",
|
||||
"tsconfig.eslint.json"
|
||||
],
|
||||
"outputs": [],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"format": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": [
|
||||
@@ -150,21 +55,6 @@
|
||||
"outputs": [],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"@discordjs/guide#format": {
|
||||
"dependsOn": ["^build", "generate:contentlayer"],
|
||||
"inputs": [
|
||||
"../../eslint.config.js",
|
||||
"../../.prettierrc.json",
|
||||
"../../tsconfig.eslint.json",
|
||||
".prettierrc.js",
|
||||
"src/**",
|
||||
"!src/styles/unocss.css",
|
||||
"package.json",
|
||||
"tsconfig.eslint.json"
|
||||
],
|
||||
"outputs": [],
|
||||
"outputLogs": "errors-only"
|
||||
},
|
||||
"docs": {
|
||||
"dependsOn": ["build"],
|
||||
"inputs": [
|
||||
@@ -200,19 +90,6 @@
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/guide#dev": {
|
||||
"dependsOn": ["^build"],
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"outputLogs": "full"
|
||||
},
|
||||
"@discordjs/website#dev": {
|
||||
"env": ["VERCEL_ENV", "NEXT_PUBLIC_LOCAL_DEV"],
|
||||
"dependsOn": ["^build", "^docs"],
|
||||
"cache": false,
|
||||
"persistent": true,
|
||||
"outputLogs": "full"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user