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": {
|
"test": {
|
||||||
"outputs": [
|
|
||||||
"coverage/**"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"rest#test": {
|
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"^build"
|
||||||
],
|
],
|
||||||
"outputs": [
|
|
||||||
"coverage/**"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"rest#lint": {
|
"lint": {
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"^build"
|
||||||
],
|
],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
"lint:fix": {
|
"lint:fix": {
|
||||||
"outputs": []
|
|
||||||
},
|
|
||||||
"rest#lint:fix": {
|
|
||||||
"dependsOn": [
|
"dependsOn": [
|
||||||
"build"
|
"^build"
|
||||||
],
|
],
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user