Files
MaaAssistantArknights/website/turbo.json
2024-07-09 11:00:17 +08:00

31 lines
468 B
JSON

{
"$schema": "https://turborepo.org/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"dev": {
"cache": false
},
"dev:home": {
"cache": false
},
"dev:docs": {
"cache": false
},
"lint": {
"cache": false
},
"lint:js": {
"cache": false
},
"lint:prettier": {
"cache": false
},
"lintfix": {
"cache": false
}
}
}