mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: make sure to cache bust tsup config changes in all packages
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
"package.json",
|
||||
"tsconfig.docs.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsconfig.json"
|
||||
"tsconfig.json",
|
||||
"tsup.config.ts"
|
||||
],
|
||||
"outputs": ["dist/**/*"],
|
||||
"outputMode": "errors-only"
|
||||
@@ -52,7 +53,8 @@
|
||||
"src/template/**/*",
|
||||
"package.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsconfig.json"
|
||||
"tsconfig.json",
|
||||
"tsup.config.ts"
|
||||
],
|
||||
"outputs": ["dist/**/*"],
|
||||
"outputMode": "errors-only"
|
||||
@@ -257,6 +259,7 @@
|
||||
"package.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsconfig.json",
|
||||
"tsup.config.ts",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"outputs": [],
|
||||
@@ -310,6 +313,7 @@
|
||||
"package.json",
|
||||
"tsconfig.eslint.json",
|
||||
"tsconfig.json",
|
||||
"tsup.config.ts",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"outputs": [],
|
||||
|
||||
Reference in New Issue
Block a user