mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-01 05:48:01 +00:00
42 lines
794 B
JSON
42 lines
794 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"pipeline": {
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"dev-ele": {
|
|
"dependsOn": ["^dev"],
|
|
"cache": false
|
|
},
|
|
"build": {
|
|
"outputs": [".next/**"]
|
|
},
|
|
"build-ele": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"build-ele:mac": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"build-ele:win": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"build-ele:linux": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"build-ele:linux-arm64": {
|
|
"outputs": [".next/**"],
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"clean": {
|
|
"dependsOn": ["^clean"]
|
|
}
|
|
}
|
|
}
|