mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
* chore: migrate maa website * ci: change docs build test to website build test * fix: rename artifact name to dist * ci: add workflow to deploy website to azure
34 lines
501 B
JSON
34 lines
501 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"outputs": [
|
|
"dist/**"
|
|
]
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"dev:home": {
|
|
"cache": false
|
|
},
|
|
"dev:doc": {
|
|
"cache": false
|
|
},
|
|
"lint": {
|
|
"cache": false
|
|
},
|
|
"lint:js": {
|
|
"cache": false
|
|
},
|
|
"lint:prettier": {
|
|
"cache": false
|
|
},
|
|
"lintfix": {
|
|
"cache": false
|
|
}
|
|
}
|
|
} |