mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
revert "chore: optimize Turbo pipelines" (#7237)
This commit is contained in:
21
package.json
21
package.json
@@ -67,33 +67,20 @@
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"outputs": [
|
||||
"coverage/**"
|
||||
]
|
||||
},
|
||||
"rest#test": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
"^build"
|
||||
],
|
||||
"outputs": [
|
||||
"coverage/**"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"rest#lint": {
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
"^build"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
"lint:fix": {
|
||||
"outputs": []
|
||||
},
|
||||
"rest#lint:fix": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
"^build"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user