mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: optimize Turbo pipelines (#7236)
This commit is contained in:
23
package.json
23
package.json
@@ -46,7 +46,7 @@
|
||||
"husky": "^7.0.4",
|
||||
"lint-staged": "^12.1.7",
|
||||
"prettier": "^2.5.1",
|
||||
"turbo": "^1.0.24-canary.2"
|
||||
"turbo": "^1.0.24"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.9.0"
|
||||
@@ -67,20 +67,33 @@
|
||||
]
|
||||
},
|
||||
"test": {
|
||||
"outputs": [
|
||||
"coverage/**"
|
||||
]
|
||||
},
|
||||
"rest#test": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
],
|
||||
"outputs": []
|
||||
"outputs": [
|
||||
"coverage/**"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
"rest#lint": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
"lint:fix": {
|
||||
"outputs": []
|
||||
},
|
||||
"rest#lint:fix": {
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
"build"
|
||||
],
|
||||
"outputs": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user