mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
32 lines
515 B
JSON
32 lines
515 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".vuepress/dist/**"]
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
},
|
|
"dev:home": {
|
|
"cache": false
|
|
},
|
|
"dev:docs": {
|
|
"cache": false
|
|
},
|
|
"lint": {
|
|
"cache": false
|
|
},
|
|
"lint:js": {
|
|
"cache": false
|
|
},
|
|
"lint:prettier": {
|
|
"cache": false
|
|
},
|
|
"lintfix": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|