mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: bump dependencies (#10967)
This commit is contained in:
10
turbo.json
10
turbo.json
@@ -93,7 +93,15 @@
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["^build"],
|
||||
"inputs": ["__mocks__/**", "__tests__/**", "src/**", "jest.config.js", "package.json", "tsconfig.json"],
|
||||
"inputs": [
|
||||
"../../vitest.config.ts",
|
||||
"__mocks__/**",
|
||||
"__tests__/**",
|
||||
"src/**",
|
||||
"package.json",
|
||||
"tsconfig.json",
|
||||
"vitest.config.ts"
|
||||
],
|
||||
"outputs": ["coverage/**"],
|
||||
"outputLogs": "new-only"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user