build: pnpm (#9806)

This commit is contained in:
Noel
2023-08-27 20:24:03 +02:00
committed by GitHub
parent 8325fa6540
commit e96a8a977f
82 changed files with 24444 additions and 28614 deletions

View File

@@ -5,7 +5,6 @@
".gitignore",
".lintstagedrc.json",
".prettierrc.json",
".yarnrc.yml",
"api-extractor.json",
"codecov.yml",
"eslint.config.js",
@@ -18,12 +17,17 @@
"turbo.json",
"unocss.config.ts",
"vitest.config.ts",
"yarn.lock"
"pnpm-lock.yaml",
"pnpm-workspace.yaml"
],
"pipeline": {
"build": {
"dependsOn": ["^build"],
"inputs": [
"bin/**/*.ts",
"bin/**/*.js",
"bin/**/*.mjs",
"bin/**/*.cjs",
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.js",
@@ -106,7 +110,7 @@
"tsconfig.eslint.json",
"tsconfig.json"
],
"outputs": [".contentlayer/**/*", ".next/**/*"],
"outputs": [".contentlayer/**/*", ".next/**/*", "!.next/cache/**/*"],
"outputMode": "full"
},
"@discordjs/guide#build:prod": {
@@ -127,7 +131,7 @@
"tsconfig.eslint.json",
"tsconfig.json"
],
"outputs": [".contentlayer/**/*", ".next/**/*"],
"outputs": [".contentlayer/**/*", ".next/**/*", "!.next/cache/**/*"],
"outputMode": "full"
},
"@discordjs/website#build:local": {
@@ -152,7 +156,7 @@
"tsconfig.eslint.json",
"tsconfig.json"
],
"outputs": [".next/**/*"],
"outputs": [".next/**/*", "!.next/cache/**/*"],
"outputMode": "full"
},
"@discordjs/website#build:prod": {
@@ -173,7 +177,7 @@
"tsconfig.eslint.json",
"tsconfig.json"
],
"outputs": [".next/**/*"],
"outputs": [".next/**/*", "!.next/cache/**/*"],
"outputMode": "full"
},
"@discordjs/guide#generate:contentlayer": {