1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors_trending-discord.js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Это зеркальный репозиторий, синхронизируется ежедневно с исходного репозитория.
Клонировать/Скачать
turbo.json 5.3 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Almeida Отправлено 22.08.2024 18:33 e2e71b4
{
"$schema": "https://turbo.build/schema.json",
"remoteCache": {
"enabled": true
},
"globalDependencies": ["tsconfig.json"],
"tasks": {
"build": {
"dependsOn": ["^build"],
"inputs": ["bin/**", "src/**", "scripts/**", "package.json", "tsconfig.json", "tsup.config.ts", "vite.config.ts"],
"outputs": ["dist/**"],
"outputLogs": "errors-only"
},
"@discordjs/ui#build-storybook": {
"dependsOn": ["build"],
"inputs": [".storybook/**/*", "src/**", "package.json", "tsconfig.json", "vite.config.ts"],
"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"],
"outputs": ["coverage/**"],
"outputLogs": "new-only"
},
"lint": {
"dependsOn": ["^build"],
"inputs": [
"../../eslint.config.js",
"../../.prettierrc.json",
"../../tsconfig.eslint.json",
".prettierrc.js",
"bin/**",
"src/**",
"scripts/**",
"package.json",
"tsconfig.eslint.json"
],
"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": [
"../../eslint.config.js",
"../../.prettierrc.json",
"../../tsconfig.eslint.json",
".prettierrc.js",
"bin/**",
"src/**",
"scripts/**",
"package.json",
"tsconfig.eslint.json"
],
"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": [
"../api-extractor/src/**",
"../api-extractor-model/src/**",
"../api-extractor-utils/src/**",
"../../api-extractor.json",
"../../tsconfig.docs.json",
"api-extractor.json",
"docs/**",
"!docs/docs.json",
"!docs/docs.api.json",
"!docs/*/split/**",
"tsconfig.docs.json"
],
"outputs": ["dist-docs/**", "docs/docs.json", "docs/docs.api.json", "docs/*/split/**"],
"cache": false,
"outputLogs": "errors-only"
},
"changelog": {
"inputs": ["cliff.toml"],
"outputs": ["CHANGELOG.md"],
"outputLogs": "full"
},
"release": {
"dependsOn": ["^build"],
"inputs": ["CHANGELOG.md", "package.json"],
"outputs": [],
"outputLogs": "full"
},
"dev": {
"dependsOn": ["^build"],
"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"
}
}
}

Комментарий ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://gitlife.ru/oschina-mirror/mirrors_trending-discord.js.git
git@gitlife.ru:oschina-mirror/mirrors_trending-discord.js.git
oschina-mirror
mirrors_trending-discord.js
mirrors_trending-discord.js
main